Currently browsing tag

privvmpages-openvz

maxgarrick.com » Understanding OpenVZ resource limits

OpenVZ resource limits can be a little tricky, even after reading through the documentation on the OpenVZ website. With this post, I hope to explain the /proc/user_beancounters file as well as provide an illustration of memory guarantees/limits in an example 256mb container. Before attempting to understand OpenVZ’s memory limits, let’s …

Debian — OpenVz | K1drUx

« Gestion des ressources allouées » Gérer la mémoire allouée à un VE # vzctl set {id} –privvmpages $((65536*2)):$((69632*2)) –save Cette commande permet de limiter l’utilisation du cpu à hauteur de 15% de la totalité des cpu physiquements présents. # vzctl set {id} –cpulimit 15 –save Ne pas mettre à …