Increase "load average" limit on manual backups

Hi,

Can i increase the load average limit on manual backup and restore tasks?

For me is too dificult keep load average below 2, my servers always are on 3-4.

Thanks for your work!

Permanent option: Increase core count on your server …

This is the check

But if i change that file it will work for backups? Or only for restoring?

After searching a lot, I found a solution:

Edit the file:
/usr/local/hestia/func/main.sh

I switched this line:
BACKUP_LA_LIMIT=cat /proc/cpuinfo | grep processor | wc -l

For this
BACKUP_LA_LIMIT=30

Using the command v-backup-user username, the backup (zstd) was created in 0.5s.

Whoever has this problem, here is the solution.

1 Like

Just what I was searching for!
Saved my day…