Created
October 21, 2011 20:55
-
-
Save wyanez/1304933 to your computer and use it in GitHub Desktop.
Aumentar la memoria de un contenedor con Open VZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cid=1000 | |
vzctl set ${cid} --vmguarpages 512M --save | |
vzctl set ${cid} --oomguarpages 512M --save | |
vzctl set ${cid} --privvmpages 512M:1024M --save | |
#Fuente: http://www.linux-os.com.ar/linuxos/como-ampliar-la-memoria-de-un-contenedor-openvz-add-memory-to-a-container-openvz/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment