Understanding VSwap memory management in OpenVZ virtualization.
VSwap is a memory management feature in OpenVZ that provides a more predictable and user-friendly memory allocation system compared to the traditional OpenVZ memory model.
With VSwap enabled, your VPS has:
When your VPS uses more memory than the allocated RAM, the system automatically moves less-used data to VSwap, similar to how traditional swap works on physical servers.
You can check your VSwap allocation with:
free -mThis will show your RAM and swap allocation.
For detailed technical information about VSwap, please see the official OpenVZ documentation: http://wiki.openvz.org/VSwap
All RamNode OpenVZ VPS plans use VSwap for better performance and stability. You don't need to enable or configure anything - it's automatic.