Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2003-02-08 Thread Greg Wooledge
Ian Clarke ([EMAIL PROTECTED]) wrote: To get it to dump the heap, either press Ctrl+\, or use kill to send a SIGXXX (can't remember which signal - any help anyone?) to the java process. Ctrl-\ sends SIGQUIT (signal #3). -- Greg Wooledge | Truth belongs to everybody.

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Oskar Sandberg
On Sun, Sep 08, 2002 at 09:43:41AM -0400, Benjamin Coates wrote: <> > Bleah. My config file does indeed have a messageStoreSize of 5. It also > has a "%messageStoreSize=1000" line, which is a bit confusing... but anyway, > it appears that the Windows installer comes with its own set

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Oskar Sandberg
On Sun, Sep 08, 2002 at 08:53:28AM -0400, Benjamin Coates wrote: > >From Oskar Sandberg > >On Sun, Sep 08, 2002 at 07:41:06AM -0400, Benjamin Coates wrote: > >> The ticketTable in StandardMessageHandler appears to grow without bound, > >> i've got ~25000 in it after 36h, also, it appears > >>

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Oskar Sandberg
On Sun, Sep 08, 2002 at 07:41:06AM -0400, Benjamin Coates wrote: > >From Ian Clarke > > >java -Xrunhprof:heap=sites,depth=4,format=a freenet.node.Main > > The ticketTable in StandardMessageHandler appears to grow without bound, i've > got ~25000 in it after 36h, also, it appears >

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Benjamin Coates
>From Oskar Sandberg >Have you checked that you haven't actually made the MessageStoreSize >25000? Because other nodes (Hawk) show the liveChains staying right on >the limit (as it should). > Bleah. My config file does indeed have a messageStoreSize of 5. It also has a

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Benjamin Coates
>From Oskar Sandberg >On Sun, Sep 08, 2002 at 07:41:06AM -0400, Benjamin Coates wrote: >> The ticketTable in StandardMessageHandler appears to grow without bound, >> i've got ~25000 in it after 36h, also, it appears >> freenet.node.states.request.RequestDone objects never get deleted, I imagine

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Benjamin Coates
>From Ian Clarke >java -Xrunhprof:heap=sites,depth=4,format=a freenet.node.Main The ticketTable in StandardMessageHandler appears to grow without bound, i've got ~25000 in it after 36h, also, it appears freenet.node.states.request.RequestDone objects never get deleted, I imagine the two are

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Dan Merillat
Dan Merillat writes: > > Perhaps time for another round of heap-dumps. > > Is there a page on the wikki about how to do that on various JVMs? I'm stupid and I don't read all the messages before replying. --Dan ___ devl mailing list devl at

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Dan Merillat
Ian Clarke writes: > > --ZPt4rx8FFjLCG7dd > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > I just experienced an out-of-memory error - could people check their=20 > recently upgraded nodes and make sure that memory

RE: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Benjamin Coates
From Ian Clarke [EMAIL PROTECTED] java -Xrunhprof:heap=sites,depth=4,format=a freenet.node.Main The ticketTable in StandardMessageHandler appears to grow without bound, i've got ~25000 in it after 36h, also, it appears freenet.node.states.request.RequestDone objects never get deleted, I

Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Oskar Sandberg
On Sun, Sep 08, 2002 at 07:41:06AM -0400, Benjamin Coates wrote: From Ian Clarke [EMAIL PROTECTED] java -Xrunhprof:heap=sites,depth=4,format=a freenet.node.Main The ticketTable in StandardMessageHandler appears to grow without bound, i've got ~25000 in it after 36h, also, it appears

RE: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Benjamin Coates
From Oskar Sandberg [EMAIL PROTECTED] On Sun, Sep 08, 2002 at 07:41:06AM -0400, Benjamin Coates wrote: The ticketTable in StandardMessageHandler appears to grow without bound, i've got ~25000 in it after 36h, also, it appears freenet.node.states.request.RequestDone objects never get deleted, I

Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Oskar Sandberg
On Sun, Sep 08, 2002 at 08:53:28AM -0400, Benjamin Coates wrote: From Oskar Sandberg [EMAIL PROTECTED] On Sun, Sep 08, 2002 at 07:41:06AM -0400, Benjamin Coates wrote: The ticketTable in StandardMessageHandler appears to grow without bound, i've got ~25000 in it after 36h, also, it appears

RE: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Benjamin Coates
From Oskar Sandberg [EMAIL PROTECTED] Have you checked that you haven't actually made the MessageStoreSize 25000? Because other nodes (Hawk) show the liveChains staying right on the limit (as it should). Bleah. My config file does indeed have a messageStoreSize of 5. It also has a

Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-08 Thread Oskar Sandberg
On Sun, Sep 08, 2002 at 09:43:41AM -0400, Benjamin Coates wrote: Bleah. My config file does indeed have a messageStoreSize of 5. It also has a %messageStoreSize=1000 line, which is a bit confusing... but anyway, it appears that the Windows installer comes with its own set defaults

Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-07 Thread Dan Merillat
Ian Clarke writes: --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I just experienced an out-of-memory error - could people check their=20 recently upgraded nodes and make sure that memory usage is

Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-07 Thread Dan Merillat
Dan Merillat writes: Perhaps time for another round of heap-dumps. Is there a page on the wikki about how to do that on various JVMs? I'm stupid and I don't read all the messages before replying. --Dan ___ devl mailing list [EMAIL PROTECTED]

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-06 Thread Oskar Sandberg
On Fri, Sep 06, 2002 at 08:24:02AM -0400, Benjamin Coates wrote: <> > With KEEP_HISTORY set to false (it isn't changed anywhere in the code as far > as i can see) nothing is ever done with the history vector, but stores a > pretty large amount of data anyway, making StateChain objects much

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-06 Thread Benjamin Coates
>From Ian Clarke >java -Xrunhprof:heap=sites,depth=4,format=a freenet.node.Main As expected, the memory used when a 498 node blows up is mostly storing the announcement events for the hopefully fixed announcement bug, but I also noticed that in StateChain.java: L19: public static boolean

RE: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-06 Thread Benjamin Coates
From Ian Clarke [EMAIL PROTECTED] java -Xrunhprof:heap=sites,depth=4,format=a freenet.node.Main As expected, the memory used when a 498 node blows up is mostly storing the announcement events for the hopefully fixed announcement bug, but I also noticed that in StateChain.java: L19:

Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-06 Thread Oskar Sandberg
On Fri, Sep 06, 2002 at 08:24:02AM -0400, Benjamin Coates wrote: With KEEP_HISTORY set to false (it isn't changed anywhere in the code as far as i can see) nothing is ever done with the history vector, but stores a pretty large amount of data anyway, making StateChain objects much larger

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-05 Thread Benjamin Coates
>From Ian Clarke >I just experienced an out-of-memory error - could people check their >recently upgraded nodes and make sure that memory usage is sane? > >Perhaps time for another round of heap-dumps. My new build 498 node runs out of a default-sized heap within hours, and doing -Xmx256m fills

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-05 Thread Ian Clarke
On Thu, Sep 05, 2002 at 06:49:59PM -0400, Benjamin Coates wrote: > My new build 498 node runs out of a default-sized heap within hours, and > doing > -Xmx256m fills up and starts thrashing on my 128MB system. > > how do you get a heap dump? Something like this: java

[freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-05 Thread Ian Clarke
I just experienced an out-of-memory error - could people check their recently upgraded nodes and make sure that memory usage is sane? Perhaps time for another round of heap-dumps. Ian. -- Ian Clarkeian at freenetproject.org Founder & Coordinator, The

RE: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-05 Thread Benjamin Coates
From Ian Clarke [EMAIL PROTECTED] I just experienced an out-of-memory error - could people check their recently upgraded nodes and make sure that memory usage is sane? Perhaps time for another round of heap-dumps. My new build 498 node runs out of a default-sized heap within hours, and doing

Re: [freenet-dev] Anyone experiencing out-of-memory errors?

2002-09-05 Thread Ian Clarke
On Thu, Sep 05, 2002 at 06:49:59PM -0400, Benjamin Coates wrote: My new build 498 node runs out of a default-sized heap within hours, and doing -Xmx256m fills up and starts thrashing on my 128MB system. how do you get a heap dump? Something like this: java