Swappages set for OpenVZ container

From vpsget wiki
Revision as of 14:39, 18 September 2013 by Ndi (talk | contribs) (Created page with "If you face that you need swap usage inside some container (for example it's if customer would like to install Oracle on vps) You should perform next command from the OpenVZ N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you face that you need swap usage inside some container (for example it's if customer would like to install Oracle on vps) You should perform next command from the OpenVZ Node:

vzctl set <vzID> --swappages <value>:<value>M --save


For example set upper swap border equal to 2048 *(as Oracle installer needs)

vzctl set 654 --swappages 0:2048M --save

""