| Author |
how to set more size of heap
|
tue march
Greenhorn
Joined: Mar 09, 2005
Posts: 16
|
|
hi, can anybody explain how to increase the heap size and where should be it done and what command to use. Thanks, Good guy
|
 |
Lionel Badiou
Ranch Hand
Joined: Jan 06, 2005
Posts: 140
|
|
You can specify those params: where -Xms<size> specifies the initial Java heap size and -Xmx<size> the maximum Java heap size. I think those values are set to 50m By default. Sometimes, increasing heap size could (lightly) improve JVM launch. Hope that helps,
|
Lionel Badiou
CodeFutures Software
|
 |
 |
|
|
subject: how to set more size of heap
|
|
|