documented 'ulimits' directory
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 20 Oct 2003 23:07:42 +0000 (23:07 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 20 Oct 2003 23:07:42 +0000 (23:07 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@251 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/doc/configuration.xml

index 9453f3b..cc0da1e 100644 (file)
          </file>
        </dir>
       </dir>
+
+      <dir name="ulimits" type="fixed">
+       <description>A directory with ulimits.</description>
+
+       <file name="resource" type="symbolic">
+         <description>A file which contains the hard- and soft-limit of the given resource in the
+         first line. The special keyword 'inf' is recognized.</description>
+       </file>
+
+       <file name="resource.hard" type="symbolic">
+         <description>A file which contains the hard- of the given resource in the first line. The
+         special keyword 'inf' is recognized.</description>
+       </file>
+
+       <file name="resource.soft" type="symbolic">
+         <description>A file which contains the soft- of the given resource in the first line. The
+         special keyword 'inf' is recognized.</description>
+       </file>
+      </dir>
     </dir>
   </topleveldir>
 </cfgdirdoc>