Keep Getting Backuptask crashed
-
-
I also had this problem a few weeks ago. During the migration from Contabo, creating a backup was so problematic that I started fiddling with the parameters.
It was only with the help of these parameters that it started to stabilise and now performs the backup correctly.
Storage Format: Tarball
Memory Limit: 4GB
Upload Part Size: 512 MiBWhat was interesting was that after restoring from the backup on the new server, the settings reset. I only noticed when I had an error message related to the backup.
-
In my case, it works correctly to create a backup with the application above 100GB after applying the above settings that I sent.
-
@matix131997 - I noticed the same.
@joseph - in case it helps, I did a few backups (tarball) and noticed a pattern. The backup app configuration indicates:
Multi-part upload part size. Up to 3 parts are uploaded in parallel and requires as much memory.
But in practice I saw that the backup was taking 8x as much memory. I watched it do a backup with 512MB chunks and memory went all the way up to 4GB before the multiple backup threads "backed off" on memory usage, and dropped down to 1.5GB again.
On a 256 MB backup with 2 GB of memory set as the limit I saw it go just above 2 GB (2050 MB) and then the memory usage backed off.
On a 128 MB backup with 1 GB of memory set as the limit I saw it go just above 1 GB (1032 MB) and then the memory usage backed off.
I wonder if there was a change introduced recently that caused the memory usage to go from 3x to 8x, and servers that worked fine before are now undersized.
I've set my backup to 128 MB chunk size and 1 GB RAM and have run it twice now manually without issue. We'll see if the automatic job succeeds as well.