Thanks for the heads-up. That's something I didn't know.
Joon
On 9/8/06, Peter Crowther <[EMAIL PROTECTED]> wrote:
> From: joon yoo [mailto:[EMAIL PROTECTED]
> We're having memory management problems with java and our tomcat
> webapp on a win2000 sp4 server:
>
> HP proliant DL360 G3
> Xeon 2.8
> From: joon yoo [mailto:[EMAIL PROTECTED]
> We're having memory management problems with java and our tomcat
> webapp on a win2000 sp4 server:
>
> HP proliant DL360 G3
> Xeon 2.8 (HT on)
> 2GB RAM
>
> I'm unable to expand java mem pool beyond 1024MB on this server.
>
> Would it make sense to u
If you are running as a service, then you'll probably have to download and
compile procrun (aka tomcat5.exe) with a 64-bit compiler. Search the
archives for instructions.
"joon yoo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I'm a sysadmin, not a programmer so the
hi,
yes it would make very much sense :-)
just don't forget to upgrade your java to a 64 bit version (since 1.5
for suns jdk, 1.5_08 is the latest) and sky is your limit for java's
memory.
To give java more memory than 4g just use the -Xms/-Xmx options:
java -Xmx6g for example.
For tomcat you
Hello,
I'm a sysadmin, not a programmer so therefore my questions are limited
to server hardware and OS configuration.
We're having memory management problems with java and our tomcat
webapp on a win2000 sp4 server:
HP proliant DL360 G3
Xeon 2.8 (HT on)
2GB RAM
I'm unable to expand java mem po