updated change history
[tor/rransom.git] / debian / tor.default
blob237e5bc52011eff3a19225dbaa481726fcf3b90a
1 # Defaults for tor initscript
2 # sourced by /etc/init.d/tor
3 # installed at /etc/default/tor by the maintainer scripts
6 # This is a bash shell fragment
8 RUN_DAEMON="yes"
11 # Servers sometimes may need more than the default 1024 file descriptors
12 # if they are very busy and have many clients connected to them.
13 #  (ulimit -n)
15 MAX_FILEDESCRIPTORS=8192
18 # If tor is seriously hogging your CPU, taking away too much cycles from
19 # other system resources, then you can renice tor.  See nice(1) for a
20 # bit more information.  Another way to limit the CPU usage of an Onion
21 # Router is to set a lower BandwidthRate, as CPU usage is mostly a function
22 # of the amount of traffic flowing through your node.  Consult the torrc(5)
23 # manual page for more information on setting BandwidthRate.
25 # NICE="--nicelevel 5"
27 # Additional arguments to pass on tor's command line.
29 # ARGS=""
32 # Uncomment this if you want to get coredumps
34 ulimit -c unlimited