The question is why the size suddenly changed on 16/3? There were no significant file changes/additions and the database is relatively small. I didn’t change any configuration etc
Same thing happened to me today. Incremental backup was full in fact. I tried to make it manually and it was full again.
Then I tried incremental backup of just one domain - still made as full backup. But when I made full backup and then incremental again I have got really incremental. So probably there is lost some information about last full backup and every incremental backup will be made as full till regular full backup is made.
Yes, it happens “only once in a while”. I haven’t been able to reproduce this “at will” though. That is the main reason why I haven’t filed a bug report report yet.
Yes, it happens “only once in a while”. I haven’t been able to reproduce this “at will” though. That is the main reason why I haven’t filed a bug report report yet.
It happens to me after about month running Virtualmin on Debian 5 on OpenVZ. Before this I had Virtualmin on Ubuntu 8.04 on real server for one year with no problem with backups.
I suspect OpenVZ for this problem and maybe low RAM capacity (I had some memory problems those days).
Okay, so my rough understanding of OpenVZ memory limits shows that you have nearly 2GB of dedicated memory setup (oomguarpages is 460800, then we multiple that by 4096, which is roughly 1.8GB).
Which is actually quite a bit.
The “privvmpages” is your burst, which is a bit “flaky”, in that processes utilizing your burst can be killed to make more RAM available to other users on your VPS.
Now, I’d normally suggest that 1.8GB of dedicated memory is plenty – but see the failcnt column? That suggests that for “privmpages”, that you’re seeing some processes being killed off (or not being allowed to spawn at all).
So, something weird is going on, and I’m not sure what or why
You appear to have a lot of RAM, but you’re seeing symptoms of memory problems.
If you’re seeing a lot of strange issues, or you see that “failcnt” column continuing to increment, you may want to talk to your provider about what might be going on there.
I’m not a OpenVZ guru by any means, but I have read some articles that helped me get my head around all this a bit… two in particular that I found useful are these:
Thanks, very useful information. I am not sure if failcnt is persistent between server reboots. I mean - I have started with less memory than 1800 MB I have now. I am increasing it when I see some memory errors in log file. So if failcnt won’t reset by server reboot then it’s “ok” , I had those problems with about 1500 MB. But if it does reset (I have rebooted server since last memory problems) then I will check it.
Anyway I will read more about OpenVZ memory management. Thanks again.