From: Andrew Lewman Date: Wed, 26 Jul 2006 21:50:27 +0000 (+0000) Subject: Set Soft & Hard resource limits to appease launchd. X-Git-Tag: tor-0.1.1.23~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a815225683840d82a6d252978e4d34af42c7cff8;p=thirdparty%2Ftor.git Set Soft & Hard resource limits to appease launchd. svn:r6910 --- diff --git a/contrib/osx/net.freehaven.tor.plist.in b/contrib/osx/net.freehaven.tor.plist.in index bf31e1d3a8..f2d4fa4c48 100644 --- a/contrib/osx/net.freehaven.tor.plist.in +++ b/contrib/osx/net.freehaven.tor.plist.in @@ -31,6 +31,36 @@ LowPriorityIO + SoftResourceLimits + + Core + 10000000000 + + CPU + 10000000000 + + Data + 10000000000 + + FileSize + 10000000000 + + MemoryLock + 10000000000 + + NumberOfFiles + 8192 + + NumberofProcesses + 150 + + ResidentSetSize + 10000000000 + + Stack + 10000000000 + + HardResourceLimits Core