mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +01:00
Also use ionice for DB_RESOURCE_OPTIMIZED
This commit is contained in:
@@ -352,7 +352,7 @@ bootstrap_variables() {
|
||||
;;
|
||||
esac
|
||||
|
||||
if var_true "${backup_job_resource_optimized}" ; then nice="nice" ; fi
|
||||
if var_true "${backup_job_resource_optimized}" ; then nice="nice -19 ionice -c2" ; fi
|
||||
}
|
||||
|
||||
case "${1}" in
|
||||
|
||||
Reference in New Issue
Block a user