PLDWWW: Vserver

glen glen at pld-linux.org
Wed Mar 29 15:37:40 CEST 2006


Author: glen   Date: Wed Mar 29 13:37:40 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Vserver
---- Log message:


---- Page affected: Vserver

---- Diffs:

================================================================
  # echo 192.168.0.1 > /etc/vservers/<vserver-name>/interfaces/0/ip
  # echo 24 > /etc/vservers/<vserver-name>/interfaces/0/prefix
  }}}
+ 
+ == Configuring resources ==
+ 
+ {{{/etc/vservers/vserver-name/rlimits}}}
+ 
+ A directory with resource limits. Possible resources are {{{cpu}}}, {{{fsize}}}, {{{data}}}, {{{stack}}}, {{{core}}}, {{{rss}}}, {{{nproc}}}, {{{nofile}}}, {{{memlock}}}, as and locks. This configuration will be honored for kernel 2.6 only.
+ 
+  * {{{resource}}} A file which contains the hard- and soft-limit of the given resource in the first line. The special keyword 'inf' is recognized.
+  * {{{resource.hard}}} A file which contains the hard- of the given resource in the first line. The special keyword 'inf' is recognized.
+  * {{{resource.min}}} A file which contains the guaranted minimum of the given resource in the first line. The special keyword 'inf' is recognized.
+  * {{{resource.soft}}} A file which contains the soft- of the given resource in the first line. The special keyword 'inf' is recognized.
  
  == Managing packages ==
  


More information about the pld-cvs-commit mailing list