RE: Memory creep

2010-11-03 Thread Jim O'Callaghan
Thanks for the info Howard. It's working out very well so far - very happy with 5.2.1. Regards, Jim. -Original Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: 03 November 2010 16:40 To: Tapestry users Subject: Re: Memory creep FYI: Using either jconsole of Vis

Re: Memory creep

2010-11-03 Thread Howard Lewis Ship
gave > it so much headroom it never really needed to GC. > > Regards, > Jim. > > -Original Message- > From: Ivano Luberti [mailto:lube...@archicoop.it] > Sent: 03 November 2010 13:11 > To: users@tapestry.apache.org > Subject: Re: Memory creep > >

Re: Memory creep

2010-11-03 Thread Thiago H. de Paula Figueiredo
On Wed, 03 Nov 2010 11:29:18 -0200, Jim O'Callaghan wrote: Thiago, your suggestion of using VisualVM was very helpful - a very good tool. :) It looks like Tapestry (at least 5.2.1) is very good at releasing resources - my heap size vs. used heap is consistently bouncing between predi

RE: Memory creep

2010-11-03 Thread Jim O'Callaghan
gave it so much headroom it never really needed to GC. Regards, Jim. -Original Message- From: Ivano Luberti [mailto:lube...@archicoop.it] Sent: 03 November 2010 13:11 To: users@tapestry.apache.org Subject: Re: Memory creep and make sure you trap the exception that can be thrown Il 03

Re: Memory creep

2010-11-03 Thread Ivano Luberti
ssage - > From: "Thiago H. de Paula Figueiredo" > To: "Tapestry users" > Sent: Friday, 29 October, 2010 20:55:03 GMT +02:00 Athens, Beirut, Bucharest, > Istanbul > Subject: Re: Memory creep > > On Fri, 29 Oct 2010 15:30:23 -0200, Josh Canfield > wr

Re: Memory creep

2010-11-03 Thread P . Stavrinides
harest, Istanbul Subject: Re: Memory creep On Fri, 29 Oct 2010 15:30:23 -0200, Josh Canfield wrote: >> but your suggestion of forcing garbage collection - can you give me some >> detail on how to go about that? > > http://download.oracle.com/javase/6/docs/technotes/g

Re: Memory creep

2010-10-29 Thread Thiago H. de Paula Figueiredo
On Fri, 29 Oct 2010 15:30:23 -0200, Josh Canfield wrote: but your suggestion of forcing garbage collection - can you give me some detail on how to go about that? http://download.oracle.com/javase/6/docs/technotes/guides/management/jconsole.html VisualVM (https://visualvm.dev.java.net/) ha

Re: Memory creep

2010-10-29 Thread Josh Canfield
ge- > From: Josh Canfield [mailto:joshcanfi...@gmail.com] > Sent: 29 October 2010 17:00 > To: Tapestry users > Subject: Re: Memory creep > > Can you run it with a profiler? Something like Yourkit will tell you what is > being used. > > Also, have you forced garbage co

RE: Memory creep

2010-10-29 Thread Jim O'Callaghan
ers Subject: Re: Memory creep Can you run it with a profiler? Something like Yourkit will tell you what is being used. Also, have you forced garbage collection? It doesn't sound like you're getting OOM so maybe you've got garbage laying around? On 29 Oct 2010 08:36, "Jim O

Re: Memory creep

2010-10-29 Thread Josh Canfield
he same level after the tests are stopped, could anyone > give any pointers to Tapestry areas to look at to try to identify the cause > of the memory creep? Or perhaps this is a JVM / Jetty issue? Having > trawled through the list before on related GC issues, I'm using

Memory creep

2010-10-29 Thread Jim O'Callaghan
rs to Tapestry areas to look at to try to identify the cause of the memory creep? Or perhaps this is a JVM / Jetty issue? Having trawled through the list before on related GC issues, I'm using the following JVM settings: -server -Xms1408m -Xmx1536m -XX:MaxPermSize=256m -XX:NewSize=384m