Difference between revisions of "Memory management in VZ7"
m |
|||
Line 24: | Line 24: | ||
* [https://github.com/OpenVZ/vcmmd Source code] | * [https://github.com/OpenVZ/vcmmd Source code] | ||
* [https://lwn.net/Articles/643578/ Kernel patches: idle memory tracking] | * [https://lwn.net/Articles/643578/ Kernel patches: idle memory tracking] | ||
+ | |||
+ | [[Category: Sub-projects]] |
Revision as of 14:47, 17 August 2015
This article describes 4th generation resource management (a.k.a. VCMMD) that is available since Virtuozzo 7.
Previous approaches
VCMMD is the 4th generation of resource management, which builds upon the previous ones. They are:
- 3rd gen: VSwap
- 2nd gen: SLM (was not available in OpenVZ)
- 1st gen: User Beancounters
Availability
The functionality will be available in
- vzkernel-3.10.0-123.1.2.vz7.5.17 or later
- vcmmd-7.0.6 or later
See also
- vcmmd packages in various Linux distributions.
- Source code
- Kernel patches: idle memory tracking