On 13 Feb 2004 at 15:29, Victor Denisov wrote:

> Freeing up RAM is not related to routing table at all. Unfortunately, 
> Freenet code contains a bug (a so called "memory leak") which takes 
> memory from your OS, but then "forgets" about it, not using it and 
> not returning it - so the amount of memory used by your node grows 
> constantly, until you start getting Out Of Memory errors (or OOMs for 
> short).

How the hell is that even *possible*? It's written in a language with 
garbage collecting memory management for chrissake, and the Java GC 
*is* smart enough to collect circular object graphs that have become 
unreachable by running threads. Is it a VM bug or is it just creating 
objects it theoretically could reach (thus they don't get GC'd), but 
ignores forever?
_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to