Re: [Resin-interest] Perf Issues

2009-04-01 Thread Ronan Lucio
Scott, Scott Ferguson escreveu: The /resin-admin has a heap dump which will give you a general idea of what's taking the memory (you will need to add a -agentlib:resin to enable it. That heap information is very important because it will very quickly let you focus on the real issue.

Re: [Resin-interest] Perf Issues

2009-04-01 Thread Scott Ferguson
On Apr 1, 2009, at 10:07 AM, Ronan Lucio wrote: Scott, Scott Ferguson escreveu: The /resin-admin has a heap dump which will give you a general idea of what's taking the memory (you will need to add a -agentlib:resin to enable it. That heap information is very important because it will

Re: [Resin-interest] Perf Issues

2009-03-23 Thread Ronan Lucio
Stargazer, Stargazer escreveu: I have been suffering from exactly those symptoms for years. Do your httpd processes consume all the swap, with top showing some at 450Mb? (default httpd.conf values) I.e does restarting apache alone, and not resin, cause the swap to drop back down to normal

Re: [Resin-interest] Perf Issues

2009-03-22 Thread Jeff Schnitzer
Discussion for the Resin application server resin-interest@caucho.com Sent: Saturday, March 21, 2009 4:39:56 AM Subject: Re: [Resin-interest] Perf Issues Ronan Lucio wrote: Hi, We have had a perf issue. Our servers have 4Gb RAM. It has just Resin and Apache installed. The problem

Re: [Resin-interest] Perf Issues

2009-03-21 Thread Jeff Schnitzer
- Original Message From: Stargazer starga...@blueyonder.co.uk To: General Discussion for the Resin application server resin-interest@caucho.com Sent: Saturday, March 21, 2009 4:39:56 AM Subject: Re: [Resin-interest] Perf Issues Ronan Lucio wrote: Hi, We have had a perf issue. Our

Re: [Resin-interest] Perf Issues

2009-03-21 Thread Stargazer
. - Original Message From: Stargazer starga...@blueyonder.co.uk To: General Discussion for the Resin application server resin-interest@caucho.com Sent: Saturday, March 21, 2009 4:39:56 AM Subject: Re: [Resin-interest] Perf Issues Ronan Lucio wrote: Hi, We have had a perf issue

Re: [Resin-interest] Perf Issues

2009-03-21 Thread Daniel Lopez
- Original Message From: Stargazer starga...@blueyonder.co.uk To: General Discussion for the Resin application server resin-interest@caucho.com Sent: Saturday, March 21, 2009 4:39:56 AM Subject: Re: [Resin-interest] Perf Issues Ronan Lucio wrote: Hi, We have had a perf issue. Our servers

Re: [Resin-interest] Perf Issues

2009-03-21 Thread Rob Lockstone
graphics operations. Rob - Original Message From: Stargazer starga...@blueyonder.co.uk To: General Discussion for the Resin application server resin-interest@caucho.com Sent: Saturday, March 21, 2009 4:39:56 AM Subject: Re: [Resin-interest] Perf Issues Ronan Lucio wrote: Hi

[Resin-interest] Perf Issues

2009-03-20 Thread Ronan Lucio
Hi, We have had a perf issue. Our servers have 4Gb RAM. It has just Resin and Apache installed. The problem is, when I start Resin, the whole server uses about 2.5 Gb RAM After that memory usage keep growing til it reachs the 4Gb RAM, use swap and so on. After few hours the application start

Re: [Resin-interest] Perf Issues

2009-03-20 Thread Scott Ferguson
On Mar 20, 2009, at 9:09 AM, Ronan Lucio wrote: Hi, We have had a perf issue. Our servers have 4Gb RAM. It has just Resin and Apache installed. The problem is, when I start Resin, the whole server uses about 2.5 Gb RAM After that memory usage keep growing til it reachs the 4Gb RAM,

Re: [Resin-interest] Perf Issues

2009-03-20 Thread Ronan Lucio
Scott, Scott Ferguson escreveu: The /resin-admin has a heap dump which will give you a general idea of what's taking the memory (you will need to add a -agentlib:resin to enable it. That heap information is very important because it will very quickly let you focus on the real issue.

Re: [Resin-interest] Perf Issues

2009-03-20 Thread Ronan Lucio
Hi Bill, I have already done it some weeks ago, but it doesn't seem the problem. Thanks, Ronan Bill Au escreveu: I would also enable garbage collection logging (-Xloggc:filename) to see if your application is running slow because the JVM is spending a lot of time doing garbage collection.