On Wednesday 16 April 2008 09:11, Daniel Cheng wrote: > On Wed, Apr 16, 2008 at 2:58 PM, Sven-Ola Tücke <[EMAIL PROTECTED]> wrote: > > Hi, > > > > to limit memory consumption, one can restart a freenet node on a regulary > > basis. Hence a question: does it have an impact to others, if a couple of > > nodes do this? Say 50-100 nodes restaring every hour or so... > > > > // Sven-Ola > > Are you seeing high memory usage even if you are not downloading large file? > Try to all some items from queue page and run the following command: > > jmap -dump:format=b,file=dump.hprof [pid of java] > > send me the hprof files generated (this command is unix/linux only)
Agreed, if there's a memory leak we need to deal with it. Of course, as a garbage collected system, the node will keep on increasing its memory usage until it does a GC. I dunno how it works on GCJ, since by default GCJ doesn't have a memory limit... (does it support one?) To answer the original question, it depends how long the node takes to restart, but it probably isn't a big problem. > > Regards, > Daniel Cheng
pgpwI3ufwgJ2i.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
