...
Wiki Markup |
---|
In this example, the program needs more memory on the heap than is available by default. In a server-class machine running either VM (client or server) with a parallel garbage collector, the default initial and maximum heap sizes are as follows for J2SE 6.0 \[[GarbageSun 06|AA. Java References#GarbageReferences#Sun 06]\]: |
- initial heap size: larger of 1/64th of the machine's physical memory on the machine or some reasonable minimum
...