Difference between revisions of "Memory management in VZ7"
(add link to latest slides about vcmmd) |
|||
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] | ||
+ | * [http://www.slideshare.net/openvz/openvz-52970760 Memory management in Virtuozzo containers] | ||
[[Category: Sub-projects]] | [[Category: Sub-projects]] |
Revision as of 08:03, 23 September 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
- Memory management in Virtuozzo containers