Skip to content

Instantly share code, notes, and snippets.

@wyanez
Created October 21, 2011 20:55
Show Gist options
  • Save wyanez/1304933 to your computer and use it in GitHub Desktop.
Save wyanez/1304933 to your computer and use it in GitHub Desktop.
Aumentar la memoria de un contenedor con Open VZ
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