wget http://download.openvz.org/contrib/utils/vzcheck.sh
chmod 755 vzcheck.sh ; ./vzcheck.sh
vzctl set 201: --privvmpages 216268:230018 --save
#201: privvmpages: used: 164K:194K lim: 192K:204K !!! FIXME(1K)
It is typical error when VZ container does not have enough memory, just restart container, go in it and do this:
Sometimes container runs out of disk space and some processes start eating ram, so check disk space limits too. If everything checks out okay, then you have to check hosts hardware for bad ram, bad hard drive, fans/overheating and etc.Code:wget http://download.openvz.org/contrib/utils/vzcheck.sh chmod 755 vzcheck.sh ; ./vzcheck.sh