aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-02-09 05:12:45 +0000
committerAndrew Lewman <andrew@torproject.org>2006-02-09 05:12:45 +0000
commit598d0f5eed228a302442626e931b8cfad4c32ac4 (patch)
treef6562fa022952f94c9848b85cbcee75ecb971112
parent2d8e125b097f72128b4eaa821e76730a226b5682 (diff)
downloadtor-598d0f5eed228a302442626e931b8cfad4c32ac4.tar.gz
tor-598d0f5eed228a302442626e931b8cfad4c32ac4.zip
arma and weasel say 8192 is better
svn:r5946
-rw-r--r--contrib/tor.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.sh.in b/contrib/tor.sh.in
index 771ad66ad5..362a455732 100644
--- a/contrib/tor.sh.in
+++ b/contrib/tor.sh.in
@@ -24,7 +24,7 @@ elif [ -f /etc/init.d/functions ]; then
fi
# Increase open file descriptors a reasonable amount
-ulimit -n 4096
+ulimit -n 8192
TORCTL=@BINDIR@/torctl