Tor memory usage on embedded systems.
phobos at rootme.org
phobos at rootme.org
Fri Mar 6 02:15:17 UTC 2009
On Fri, Mar 06, 2009 at 01:12:51AM +0100, slush at slush.cz wrote 3.6K bytes in 99 lines about:
: > Thanks for pointing that out. I'm trying to answer the question what is
: > the minimum amount of RAM required to run a bare minimum linux system
: > which can support a tor relay/exit/directory node. Suggestions?
The command "pmap" may also work,
http://linuxcommand.org/man_pages/pmap1.html
It gives you a handy total at the end of its output.
Alternatively, just parse /proc/{tor pid}/status for the details.
--
Andrew
More information about the tor-talk
mailing list