Re: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Mark Thomas
s [mailto:its_toas...@yahoo.com.INVALID] > Sent: Friday, November 14, 2014 11:02 PM > To: Tomcat Users List > Subject: Re: OutOfMemory:PermGen with Tomcat App Server > > On 11/14/2014 8:54 AM, Thakkilapati, Nagaraja wrote: >> Hi All, > >> The attached Servlet code is

RE: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Thakkilapati, Nagaraja
...@yahoo.com.INVALID] Sent: Friday, November 14, 2014 11:02 PM To: Tomcat Users List Subject: Re: OutOfMemory:PermGen with Tomcat App Server -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2014 8:54 AM, Thakkilapati, Nagaraja wrote: > Hi All, > > The attached Servlet code is caus

Re: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2014 8:54 AM, Thakkilapati, Nagaraja wrote: > Hi All, > > The attached Servlet code is causing for a permgen leak. It > appears to me that this is due to Tomcat bug, the same issue is not > seen with other application servers. Any help in res

RE: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Thakkilapati, Nagaraja
Hi All, The attached Servlet code is causing for a permgen leak. It appears to me that this is due to Tomcat bug, the same issue is not seen with other application servers. Any help in resolving this issue is greatly appreciated. I have also noticed in many other incidents in my code where Acc

RE: OutOfMemory:PermGen with Tomcat App Server

2014-08-19 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: OutOfMemory:PermGen with Tomcat App Server > On 8/18/14, 3:52 AM, Sapna Kumari wrote: > > my bad, correct way to set JAVA_OPTS is > > *set JAVA_OPTS=-Xms512M -Xmx1024M* > No, the correct way

Re: OutOfMemory:PermGen with Tomcat App Server

2014-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sapna, On 8/18/14, 3:52 AM, Sapna Kumari wrote: > my bad, correct way to set JAVA_OPTS is > > *set JAVA_OPTS=-Xms512M -Xmx1024M* No, the correct way is to use CATALINA_OPTS. Do you really need a 512M heap to send a "shutdown" request to Tomcat?

Re: OutOfMemory:PermGen with Tomcat App Server

2014-08-18 Thread Mark Thomas
On 18/08/2014 07:55, Thakkilapati, Nagaraja wrote: > Hi, > > We have a web application (XCP) which internally uses our java library > implementaiton-dfc.jar (the dfc.jar contains API's to access our Documentum > functionality). This java library internally uses timer threads which > performs th

Re: OutOfMemory:PermGen with Tomcat App Server

2014-08-18 Thread Sapna Kumari
my bad, correct way to set JAVA_OPTS is *set JAVA_OPTS=-Xms512M -Xmx1024M* On Mon, Aug 18, 2014 at 12:48 AM, Sapna Kumari wrote: > Try giving options while creating JVM > > set JAVA_OPTS="-Xms512M -Xmx1024M" > > > On Sun, Aug 17, 2014 at 11:55 PM, Thakkilapati, Nagaraja < > nagaraja.thakkilap.

Re: OutOfMemory:PermGen with Tomcat App Server

2014-08-18 Thread Sapna Kumari
Try giving options while creating JVM set JAVA_OPTS="-Xms512M -Xmx1024M" On Sun, Aug 17, 2014 at 11:55 PM, Thakkilapati, Nagaraja < nagaraja.thakkilap...@emc.com> wrote: > Hi, > > We have a web application (XCP) which internally uses our java library > implementaiton-dfc.jar (the dfc.jar contai