Re: [Resin-interest] resin jvm problem

2007-01-05 Thread Akila Amarathunga
> PowerSteering Software, Inc. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Akila > Amarathunga > Sent: Friday, January 05, 2007 12:13 AM > To: General Discussion for the Resin application server > Subject: [Resin-interest

Re: [Resin-interest] resin jvm problem

2007-01-05 Thread akila
werSteering Software, Inc. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Akila > Amarathunga > Sent: Friday, January 05, 2007 12:13 AM > To: General Discussion for the Resin application server > Subject: [Resin-interest] resin jvm p

Re: [Resin-interest] resin jvm problem

2007-01-05 Thread akila
Hi Bill, I use jdk 1.5. yeah gives by the apache. I didn't get a chance to check the gc.log. Also i found 'tto many files open' error in resin log...? does it have any connection with '5xx' error ? Thanks, Akila > As you increase the heap size, the time it takes to do a full gc will also > incre

Re: [Resin-interest] resin jvm problem

2007-01-05 Thread Adam Fletcher
erSteering Software, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Akila Amarathunga Sent: Friday, January 05, 2007 12:13 AM To: General Discussion for the Resin application server Subject: [Resin-interest] resin jvm problem Hi All, I have resin 3..0.21

Re: [Resin-interest] resin jvm problem

2007-01-05 Thread Bill Au
As you increase the heap size, the time it takes to do a full gc will also increase. You can check your gc.log to see what that is like. Is the 500 error reported by your Apache frontend? If so, anything in resin's log file when that was happening? By the way, what version of Java are you runni

[Resin-interest] resin jvm problem

2007-01-04 Thread Akila Amarathunga
Hi All, I have resin 3..0.21 install in a RH el4 and use apache as a frontend. My problem with the default setting resin works ok but it gives an 'outofmemory' error when application usage is high. So I added following in my httpd.sh, args="-J-Xms64m -J-Xmx512m -J-verbose:gc -Xloggc:gc.log" Then