RE: Memory leak, slow performance in Roller 5 on Tomcat 7

2011-06-21 Thread Nelson Chamberlain
What does Task Manager show is happening when you try to load Main Menu? Is the processor running at 100% or is it loafing? What about memory usage? Is system memory almost used up or is does it have lots of room? If you sort your processes by Memory footprint, is there one that is consuming

Re: Memory leak, slow performance in Roller 5 on Tomcat 7

2011-06-21 Thread Matt Raible
I'd try bumping up your memory. Set a JAVA_OPTS (or CATALINA_OPTS) environment variable with something like the following: -server -Xms256M -Xmx256M -XX:PermSize=128M On Mon, Jun 20, 2011 at 7:45 PM, Dean Schulze wrote: > > > When loading the Front Page and the one other blog I ha

Re: Memory leak, slow performance in Roller 5 on Tomcat 7

2011-06-20 Thread Dean Schulze
une 19, 2011 3:15 PM Subject: Re: Memory leak, slow performance in Roller 5 on Tomcat 7 On Sun, Jun 19, 2011 at 10:41 AM, Dean Schulze wrote: > I installed the pre-packaged roller-5.0.0-tomcat.war on a new Tomcat 7.0.16 > on Windows XP and created 2 users and 2 blogs.  I let Roller 5 run over

Re: Memory leak, slow performance in Roller 5 on Tomcat 7

2011-06-19 Thread Dave
On Sun, Jun 19, 2011 at 10:41 AM, Dean Schulze wrote: > I installed the pre-packaged roller-5.0.0-tomcat.war on a new Tomcat 7.0.16 > on Windows XP and created 2 users and 2 blogs.  I let Roller 5 run overnight > and memory usage went from 237 MB to 262 MB. > > Is there a good re

Memory leak, slow performance in Roller 5 on Tomcat 7

2011-06-19 Thread Dean Schulze
I installed the pre-packaged roller-5.0.0-tomcat.war on a new Tomcat 7.0.16 on Windows XP and created 2 users and 2 blogs.  I let Roller 5 run overnight and memory usage went from 237 MB to 262 MB. Is there a good reason for Roller to need 10% more memory when it has been inactive, or is this

Re: memory leak fix

2011-04-05 Thread Dave
-- > From: Dave [mailto:snoopd...@gmail.com] > Sent: Tue 4/5/2011 1:25 AM > To: user@roller.apache.org > Cc: Joe Faith > Subject: Re: memory leak fix > > On Fri, Apr 1, 2011 at 4:43 AM, Joe Faith > wrote: >> I'm running roller 4.0.1 on tomcat 6.0.29 on redhat 4.1

RE: memory leak fix

2011-04-05 Thread Joe Faith
Thanks, that fix seems to work and no problems found (so far) Could the updated later version be included in the next version of Roller? j -Original Message- From: Dave [mailto:snoopd...@gmail.com] Sent: Tue 4/5/2011 1:25 AM To: user@roller.apache.org Cc: Joe Faith Subject: Re: memory

Re: memory leak fix

2011-04-04 Thread Dave
On Fri, Apr 1, 2011 at 4:43 AM, Joe Faith wrote: > I'm running roller 4.0.1 on tomcat 6.0.29 on redhat 4.1.2 > > http://fundraisingskills.co.uk/news/ > > but I'm getting intermittent memory leak problems: > > SEVERE: The web application [/news] created a Threa

memory leak fix

2011-04-01 Thread Joe Faith
I'm running roller 4.0.1 on tomcat 6.0.29 on redhat 4.1.2 http://fundraisingskills.co.uk/news/ but I'm getting intermittent memory leak problems: SEVERE: The web application [/news] created a ThreadLocal with key of type [null] (value [com.opensymphony.xwork2.inject.Contai

Memory problems

2010-01-24 Thread Steve
I am roller 4.0.1 on Tomcat 5.5_12 with Java 1.5.5 This has run succesfully, and Tomcat will run for several weeks without having to be restarted. I had to change Java to version 6.0_18 for some new XML technology I was using, and now I find that after 3 days all 2 Gig of memor on my Linux serve

Re: memory

2009-12-23 Thread Jason Rumney
On 23/12/2009 21:48, raúl fuenzalida wrote: what if it's used for only one blog? 64MB is for one blog or more than one? Mostly its overhead for Java and Tomcat. The increment for multiple blogs would be minimal.

Re: memory

2009-12-23 Thread raúl fuenzalida
what if it's used for only one blog? 64MB is for one blog or more than one? -- On Tue, Dec 22, 2009 at 11:53 PM, Mike Chen wrote: > Raul, > For a standard install 64MB should be enough. > If you are looking for a host I highly recommend Webappcabaret.com > > Sincerely >&

Re: memory

2009-12-22 Thread Mike Chen
Raul, For a standard install 64MB should be enough. If you are looking for a host I highly recommend Webappcabaret.com Sincerely > hi, > how much memory is required for this application? > I'm looking for a host and need to know to see if the host can support it > > thanks in advace > raul f. >

memory

2009-12-22 Thread raúl fuenzalida
hi, how much memory is required for this application? I'm looking for a host and need to know to see if the host can support it thanks in advace raul f.

RE: Roller Memory Use

2008-04-16 Thread Brian Levine
Thanks Matt! I'll talk to my hosting company before I make that little change ;) > From: [EMAIL PROTECTED] > To: user@roller.apache.org > Subject: Re: Roller Memory Use > Date: Tue, 15 Apr 2008 14:42:11 -0600 > > I would try for 256MB if possible. Here&#x

Re: Roller Memory Use

2008-04-15 Thread Matt Raible
#x27;ve added a couple of servlets to the default install (they don't use any more memory than the default servlet, ie they don't create objects in memory, etc.) and I'm now getting OutOfMemory errors in my logs files and wonky errors when I try to do anything with roller. S

Roller Memory Use

2008-04-15 Thread Brian Levine
Hi, I'm running Roller in a shared hosting environment that gives me a 128MB java heap. I've added a couple of servlets to the default install (they don't use any more memory than the default servlet, ie they don't create objects in memory, etc.) and I'm now getting

re: Out of Memory Exception after a while

2008-02-20 Thread Jm Seigneur
lanet enabled and I'm experiencing an Out of Memory Exception since one of the external RSS feed I was fetching has disappeared. The first time, Roller logged that the feed was returning 404 Not Found and keep trying to fetch until Out of Memory and Tomcat down. After restarting Tomcat, increa

Out of Memory Exception after a while

2008-02-13 Thread Jm Seigneur
Dear all, Thanks for Roller improvements. Last year it took 3 hours to my students to install Roller and this year it worked in 1 hour or so. However, I'm running a Roller version with Planet enabled and I'm experiencing an Out of Memory Exception since one of the external RSS