[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Tor takes too much RAM
Roger Dingledine wrote:
> If you're using Linux, and you're unhappy with the amount of ram and
> cpu your Tor server is using, try out Nick's suggestion here:
>
> http://bugs.noreply.org/flyspray/index.php?do=details&id=468&area=comments#1304
>
> and let us know what you learn. :)
yes, it really helps. Using the OpenBSD_malloc_Linux.c my tor's process
size stops growing at about 430 MB. With the standard libc malloc the
process grew until it finally crashed.
Olaf