On Wednesday 16 April 2008 09:11, Daniel Cheng wrote: > On Wed, Apr 16, 2008 at 2:58 PM, Sven-Ola T?cke <sven-ola at gmx.de> 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080416/b581e4b2/attachment.pgp>
