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
...@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
-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
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
> 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
-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?
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
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.
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