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 recap Linux’s memory setup. This …

maxgarrick.com » Understanding OpenVZ resource limits Lire la suite »

Geekfault » OpenVZ : virtualisation légère, performante et amusante

Modifier la quantité de RAM C’est la commande la plus complexe : vzctl set $CTID$ –vmguarpages $((512 * 512)) –save vzctl set $CTID$ –privvmpages $((512 * 1024)) –save Là on passe à 512 Mo de ram avec possibilité de monter en pic à 1024. vzctl set $CTID$ –vmguarpages $((256 * 256)) –save vzctl set $CTID$ …

Geekfault » OpenVZ : virtualisation légère, performante et amusante Lire la suite »

Retour en haut