mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Force an increase in file descriptors on start
svn:r5945
This commit is contained in:
parent
ee2966d850
commit
2d8e125b09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user