mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Force an increase in file descriptors on start
svn:r5945
This commit is contained in:
@@ -23,6 +23,9 @@ elif [ -f /etc/init.d/functions ]; then
|
||||
. /etc/init.d/functions
|
||||
fi
|
||||
|
||||
# Increase open file descriptors a reasonable amount
|
||||
ulimit -n 4096
|
||||
|
||||
TORCTL=@BINDIR@/torctl
|
||||
|
||||
# torctl will use these environment variables
|
||||
|
||||
Reference in New Issue
Block a user