Difference between revisions of "Memory management in VZ7"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(add link to latest slides about vcmmd)
(updated vcmmd page)
Line 1: Line 1:
This article describes 4th generation resource management (a.k.a. VCMMD) that is available since [[Virtuozzo]] 7.
+
{{Virtuozzo}}
  
{{Virtuozzo}}
+
<!--[[Image:vcmmd-logo.png|300px|right]]-->
 +
 
 +
VCMMD is ''Virtuozzo Container Memory Management Daemon'' that is available since [[Virtuozzo]] 7.
 +
 
 +
== Project resources ==
 +
 
 +
The source code is [https://github.com/OpenVZ/vcmmd on GitHub]
  
{{stub}}
+
To participate in VCMMD development please subscribe to the mailing list:
 +
[https://lists.openvz.org/mailman/listinfo/devel List info] | [https://lists.openvz.org/pipermail/devel List archives] |  [mailto:devel-join@openvz.org Subscribe] | [mailto:devel-leave@openvz.org Unsubscribe]
  
 
== Previous approaches ==
 
== Previous approaches ==
  
VCMMD is the 4th generation of resource management, which builds upon the previous ones. They are:
+
VCMMD is the 4th generation of resource management in Virtuozzo, which builds upon the previous ones. They are:
  
 
* 3rd gen: [[VSwap]]
 
* 3rd gen: [[VSwap]]
Line 13: Line 20:
 
* 1st gen: [[User Beancounters]]
 
* 1st gen: [[User Beancounters]]
  
== Availability ==
+
VCMMD is available in [[Virtuozzo]] since ''vzkernel-3.10.0-123.1.2.vz7.5.17'' or later and ''vcmmd-7.0.6'' or later.
 
 
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 ==
 
== See also ==
  
 +
* [http://www.slideshare.net/openvz/openvz-52970760 Memory management in Virtuozzo containers]
 +
* [https://lwn.net/Articles/643578/ Kernel patches: idle memory tracking]
 
* vcmmd [[packages]] in various Linux distributions.
 
* vcmmd [[packages]] in various Linux distributions.
* [https://github.com/OpenVZ/vcmmd Source code]
 
* [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 12:26, 29 September 2015


VCMMD is Virtuozzo Container Memory Management Daemon that is available since Virtuozzo 7.

Project resources

The source code is on GitHub

To participate in VCMMD development please subscribe to the mailing list: List info | List archives | Subscribe | Unsubscribe

Previous approaches

VCMMD is the 4th generation of resource management in Virtuozzo, which builds upon the previous ones. They are:

VCMMD is available in Virtuozzo since vzkernel-3.10.0-123.1.2.vz7.5.17 or later and vcmmd-7.0.6 or later.

See also