From a815225683840d82a6d252978e4d34af42c7cff8 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Wed, 26 Jul 2006 21:50:27 +0000 Subject: [PATCH] Set Soft & Hard resource limits to appease launchd. svn:r6910 --- contrib/osx/net.freehaven.tor.plist.in | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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