Stephen Nelson-Smith a écrit :
Hi,

I have a new machine with 8G of RAM, running a 32 bit 2.6 kernel
(CentOS 5).  It is running an application inside 4.1.37 with Java
1.4.2.

Given that we only have a 32 bit address space, is it fair to say that
I can't use more than 2G of RAM for my Java virtual machine?

I tried to prove this with:

export CATALINA_OPTS="-server -Xms2512m -Xmx2512m"

but so far I've not seen memory usage go over 1G.

What's the best way to make to most of the RAM?

S.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Not fair to say that. The maximum space depends on several factor (see mailing list archives, this has already been discussed).
To get most of your 8G machine, I recommend 64bits OS + 64bits jvm.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to