Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Leon Rosenberg
ks just fine .) > > Thank you, > Aparna. > > > > > > > "Leon Rosenberg" <[EMAIL PROTECTED]> > 01/17/2006 03:43 AM > Please respond to > "Tomcat Users List" > > > To > "Tomcat Users List" > cc > > Subject &

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Aparna_Maddireddy
Hi, I am setting the PermGen with JvmX option (JvmX 256mb). Thank you, Aparna "Peter Lin" <[EMAIL PROTECTED]> 01/17/2006 09:15 AM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: [OT] 64Bit Java doesn't honour Xmx,X

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Peter Lin
permgen isn't affected by the normal -Xms -Xmx you have to explicitly set the permGen using the proper setting. I forget the exact syntax at the moment, but it should be archived on the mailing list. peter On 1/17/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > > > Did you check if

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Aparna_Maddireddy
" To "Tomcat Users List" cc Subject Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings? On 1/17/06, Tim Funk <[EMAIL PROTECTED]> wrote: > Just because you get an OOM error doesn't mean its a heap issue. See the faq > for details: > > http://t

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Eric Rotick
On 1/17/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > On 1/17/06, Joost Kraaijeveld <[EMAIL PROTECTED]> wrote: > > > Sure, but when ps shows virtual memory usage of 34 GB, I assume it's a > > > memory issue, isn't it? > > > P.S. (There is no tomcat involed :-) ) > > After a recent update of my Et

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Leon Rosenberg
On 1/17/06, Joost Kraaijeveld <[EMAIL PROTECTED]> wrote: > > Sure, but when ps shows virtual memory usage of 34 GB, I assume it's a > > memory issue, isn't it? > > P.S. (There is no tomcat involed :-) ) > After a recent update of my Etch (2.6.15-1-amd64-k8-smp )based > workstation I suddenly experi

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Joost Kraaijeveld
> Sure, but when ps shows virtual memory usage of 34 GB, I assume it's a > memory issue, isn't it? > P.S. (There is no tomcat involed :-) ) > > > > > Leon Rosenberg wrote: > > > Hi, > > > > > > sorry for OT, but since there is so much combined Java experience > > > here, it's the fastest way of ge

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Leon Rosenberg
On 1/17/06, Tim Funk <[EMAIL PROTECTED]> wrote: > Just because you get an OOM error doesn't mean its a heap issue. See the faq > for details: > > http://tomcat.apache.org/faq/memory.html#why > > -Tim Sure, but when ps shows virtual memory usage of 34 GB, I assume it's a memory issue, isn't it? P.S

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Tim Funk
Just because you get an OOM error doesn't mean its a heap issue. See the faq for details: http://tomcat.apache.org/faq/memory.html#why -Tim Leon Rosenberg wrote: Hi, sorry for OT, but since there is so much combined Java experience here, it's the fastest way of getting an answer. We have pr

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Leon Rosenberg
I would doubt it's a leak in our application since it runs since 15 month on 32bit java without having an OutOfMemory ever. The services are started with following script(s): more startMessagingAndFlirtContactServiceBundle.sh #!/bin/bash PATH=/usr/local/java/bin:$PATH [ -n "$JACORB" ] || JACORB=/

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, How much memory is available on the computer when it throws the OutOfMemoryError ? I am sorry to say, but this sounds like a memory leak in your application, since the gc should collect loose memory, and not use all of it, unless it needs to. You

[OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Leon Rosenberg
Hi, sorry for OT, but since there is so much combined Java experience here, it's the fastest way of getting an answer. We have problems with 64bit java (on amd/debian64, with16GB real memory). Regardsless how much memory we allow the vm (via -Xmx, -Xms) it takes all it can (up to 34gb virtual mem