On 28.05.2010 16:26, Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Subject: Re: tomcat memory question
Check may (will?) correct me on this
-1 for spelling
I believe a full GC might be necessary to clear-out certain
resources such as completed
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: tomcat memory question
>
> Check may (will?) correct me on this
-1 for spelling
> I believe a full GC might be necessary to clear-out certain
> resources such as completed Threads or othe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
塗,
On 5/28/2010 3:11 AM, sesfei wrote:
>> Are you using a 64-bit or 32-bit JVM?
> yes, that is 64-bit JVM.
With such a modest heap (1GiB), you might consider running a 32-bit JVM:
you might even get better heap performance with smaller pointers.
> [
AM
Subject: RE: tomcat memory question
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Thursday, May 27, 2010 9:40 AM
To: Tomcat Users List
Subject: Re: tomcat memory question
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
塗,
On 5/27/2010
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Thursday, May 27, 2010 9:40 AM
> To: Tomcat Users List
> Subject: Re: tomcat memory question
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> 塗,
>
On 27/05/2010 15:40, Christopher Schultz wrote:
> W,
>
> On 5/27/2010 4:51 AM, W wrote:
>> there is a problem with my webapp.
>
>> web operating environment:
>> tomcat5.5.27 + Apache/2.2.3 + jdk1.5.0_13 + Linux_x86_64
>
>> [below] is my manual configurations for tomcat JVM:
>> CATALINA_OPTS="-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
塗,
On 5/27/2010 4:51 AM, 塗 wrote:
> there is a problem with my webapp.
>
> web operating environment:
> tomcat5.5.27 + Apache/2.2.3 + jdk1.5.0_13 + Linux_x86_64
>
> [below] is my manual configurations for tomcat JVM:
> CATALINA_OPTS="-Xms1024M -Xmx
hi, all
there is a problem with my webapp.
by manual configuration, i allocated 1G(1024M) memory for webapp.
where the gc new capacity automatically is 262M, the gc old capacity
automatically is 699M, S0/S1 automatically is 43.6M/43.6M., PC automatically
is 42M
When my webapp is started, I us