[launchd-changes] [23775] trunk/launchd/src/launchd.plist.5

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 8 15:44:11 PST 2009


Revision: 23775
          http://trac.macosforge.org/projects/launchd/changeset/23775
Author:   josborne at apple.com
Date:     2009-01-08 15:44:10 -0800 (Thu, 08 Jan 2009)
Log Message:
-----------
Document use fo sysctl in addition to rlimit when running as pid1

Modified Paths:
--------------
    trunk/launchd/src/launchd.plist.5

Modified: trunk/launchd/src/launchd.plist.5
===================================================================
--- trunk/launchd/src/launchd.plist.5	2009-01-08 23:18:14 UTC (rev 23774)
+++ trunk/launchd/src/launchd.plist.5	2009-01-08 23:44:10 UTC (rev 23775)
@@ -279,8 +279,19 @@
 function.
 .It Sy NumberOfFiles <integer>
 The maximum number of open files for this process.
+Setting this value in a system wide daemon will set the 
+.Xr sysctl 3 
+kern.maxfiles (SoftResourceLimits) or kern.maxfilesperproc (HardResourceLimits) value in addition to the
+.Xr setrlimit 2
+values.
 .It Sy NumberOfProcesses <integer>
 The maximum number of simultaneous processes for this user id.
+Setting this value in a system wide daemon will set the 
+.Xr sysctl 3 
+kern.maxproc (SoftResourceLimits) or kern.maxprocperuid (HardResourceLimits) 
+value in addition to the
+.Xr setrlimit 2
+values.
 .It Sy ResidentSetSize <integer>
 The maximum size (in bytes) to which a process's resident set size may grow.
 This imposes a limit on the amount of physical memory to be given to a process;
@@ -451,5 +462,6 @@
 .Sh SEE ALSO 
 .Xr launchctl 1 ,
 .Xr launch 3 ,
+.Xr sysctl 3 ,
 .Xr launchd 8 ,
 .Xr plist 5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090108/ef0d513b/attachment-0001.html>


More information about the launchd-changes mailing list