[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Tor memory usage on embedded systems.
On Fri, Mar 06, 2009 at 01:12:51AM +0100, slush@xxxxxxxx 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