Does anyone know what the maximum heap size I can specify for a JVM under Windows 2000 Advanced Server. I have quad Xeon machine with 4 GB of RAM, if this helps. I've searched and I can't find any set limitations.
TIA,
Jamie
-
JVM Max Heap Size for Windows 2000 Advanced Server (8 messages)
- Posted by: James Ridgway
- Posted on: December 05 2002 14:05 EST
Threaded Messages (8)
- JVM Max Heap Size for Windows 2000 Advanced Server by Matthew Machczynski on December 05 2002 21:56 EST
- JVM Max Heap Size for Windows 2000 Advanced Server by James Ridgway on December 10 2002 12:54 EST
- JVM Max Heap Size for Windows 2000 Advanced Server by Ethan Henry on December 12 2002 01:15 EST
- JVM Max Heap Size for Windows 2000 Advanced Server by James Ridgway on December 10 2002 12:54 EST
- JVM Max Heap Size for Windows 2000 Advanced Server by Steff Y.Z on December 09 2002 03:38 EST
- JVM Max Heap Size for Windows 2000 Advanced Server by James Ridgway on December 10 2002 12:56 EST
-
JVM Max Heap Size for Windows 2000 Advanced Server by Steff Y.Z on December 10 2002 09:58 EST
- JVM Max Heap Size for Windows 2000 Advanced Server by James Ridgway on December 12 2002 11:05 EST
-
JVM Max Heap Size for Windows 2000 Advanced Server by Steff Y.Z on December 10 2002 09:58 EST
- JVM Max Heap Size for Windows 2000 Advanced Server by James Ridgway on December 10 2002 12:56 EST
- JVM Heap Size setting by Lakkavaram Sreedhar on September 24 2008 03:51 EDT
-
JVM Max Heap Size for Windows 2000 Advanced Server[ Go to top ]
- Posted by: Matthew Machczynski
- Posted on: December 05 2002 21:56 EST
- in response to James Ridgway
which jvm version vendor and version? -
JVM Max Heap Size for Windows 2000 Advanced Server[ Go to top ]
- Posted by: James Ridgway
- Posted on: December 10 2002 12:54 EST
- in response to Matthew Machczynski
I'm using Sun JDK 1.3.1_01. -
JVM Max Heap Size for Windows 2000 Advanced Server[ Go to top ]
- Posted by: Ethan Henry
- Posted on: December 12 2002 13:15 EST
- in response to James Ridgway
JDK 1.3.1 has a max heap size of 4GB in theory (a 32-bit address space) but can only address about 3Gb in practice.
-Xmx3072m should work. Even -Xms3072m should work on a machine with that much memory.
You can also use the mostly-undocumented -XX:+AggressiveHeap flag which maxes the heap size and does a bunch of of other mysterious things too. Fun. :)
Ethan -
JVM Max Heap Size for Windows 2000 Advanced Server[ Go to top ]
- Posted by: Steff Y.Z
- Posted on: December 09 2002 03:38 EST
- in response to James Ridgway
I think u just use the jdk1.3,and out of momery throws when running,
u can find it in sun bug list,u can expand the heap size to 128 or more
options is
-XX:MaxPermSize=128M -
JVM Max Heap Size for Windows 2000 Advanced Server[ Go to top ]
- Posted by: James Ridgway
- Posted on: December 10 2002 12:56 EST
- in response to Steff Y.Z
Currently, we are setting -Xmx 1024m with success. However, any multiple over this results in a failure to start the JVM. -
JVM Max Heap Size for Windows 2000 Advanced Server[ Go to top ]
- Posted by: Steff Y.Z
- Posted on: December 10 2002 21:58 EST
- in response to James Ridgway
ok,I just set the parameter like this
-Xms128m -Xmx512m -XX:MaxPermSize=128M
and choose jdk1.3.1_06 with it,the server is ok for a long time -
JVM Max Heap Size for Windows 2000 Advanced Server[ Go to top ]
- Posted by: James Ridgway
- Posted on: December 12 2002 11:05 EST
- in response to Steff Y.Z
We are using -Xmx to set this, but values over 1024m seems to work. Any other ideas? -
JVM Heap Size setting[ Go to top ]
- Posted by: Lakkavaram Sreedhar
- Posted on: September 24 2008 03:51 EDT
- in response to James Ridgway
Hi, I have not gone through complete Forums to understand if this issue is resolved, But i had faced same problem in setting the JVM Size for Tomact_Opts with more then 1 GB Memory. Then i realised that JVM's are different for the different types of the Processors that we use for Windows. Based on your Windows OS processor if you could download specific JVM and configure your Windows system properties to use them, Then i think this problem will get resolved. Infact i had this problem as my Windows server is based on AMD processor, so i downloaded AMD based JVM and now this server is running with 2 GB settings And also JAVA_OPTS settings to increase more then 1 GB of heap can be done only with 64 Bit OS. Kindly let me know if this helps. Thanks, Sreedhar