diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-02-09 05:12:45 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-02-09 05:12:45 +0000 |
commit | 598d0f5eed228a302442626e931b8cfad4c32ac4 (patch) | |
tree | f6562fa022952f94c9848b85cbcee75ecb971112 | |
parent | 2d8e125b097f72128b4eaa821e76730a226b5682 (diff) | |
download | tor-598d0f5eed228a302442626e931b8cfad4c32ac4.tar.gz tor-598d0f5eed228a302442626e931b8cfad4c32ac4.zip |
arma and weasel say 8192 is better
svn:r5946
-rw-r--r-- | contrib/tor.sh.in | 2 |
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 |