[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Number of processes and memory allocation



Hi,

I run two Tor server which settings are very similar and i can't figure
out why one of them runs only one process with a memory allocation of ~
10 MB (online since 6 h) and the other one runs six processes with a
memory allocation up to 120MB.
(Both server are running on the same OS.)

So my question is:
How does Tor determine the number of processes and the allocation of memory?


Thx in advance,
Joerg


The torrrc's:

Server 1:
--snip---
Nickname road2nowhere
SocksPort 9050
SocksBindAddress 127.0.0.1
SocksPolicy accept 192.168.1.0/16
AllowUnverifiedNodes middle,rendezvous
RunAsDaemon 1
DataDirectory /tor
ExitPolicy reject *:*
Address unsafe.no-ip.info
ORPort 53421
BandwidthRate 60 KB
BandwidthBurst 60 KB
MaxAdvertisedBandwidth 60 KB
AccountingStart month 1 00:00
AccountingMax 300 GB
User tor
PidFile /tor/pid
ShutdownWaitLength 10
---snap---


Server 2:
---snip---
Nickname roundabout
SocksPort 0
AllowUnverifiedNodes middle,rendezvous
DataDirectory /tor
RunAsDaemon 1
ExitPolicy reject *:*
Address 81.169.178.215
ORPort 64111
BandwidthRate 60 KB
BandwidthBurst 60 KB
MaxAdvertisedBandwidth 60 KB
AccountingStart month 1 00:00
AccountingMax 290 GB
User tor
PidFile /tor/pid
ShutdownWaitLength 10
---snap---