| Article: |
Scaling Enterprise Java on 64-bit Multi-Core X86-Based Servers | |
| Subject: | Your information on defaults seems outdated | |
| Date: | 2006-11-02 09:50:57 | |
| From: | austinmills | |
|
As of J2SE 5.0, the default max heap is no longer 64M. For server class machines (as according to http://java.sun.com/j2se/1.5.0/docs/guide/vm/server-class.html ), which the 64-bit server would be, the VM would by default be the server VM and the heap boundaries would be (excerpted from http://java.sun.com/j2se/1.5.0/docs/guide/vm/gc-ergonomics.html ):
|
||
Showing messages 1 through 1 of 1.
-
Your information on defaults seems outdated
2006-11-03 20:55:06 Michael Juntao Yuan |
[View]



Thanks for the correction. I should really update the text if I can ... :) But even the 1/4 physical RAM limit is way too low for a server that is primarily used as a Java app server. So, I guess my primary argument (i.e., not to use the default memory setting) still stands. :)