(→Garbage Collection)
|
(→Stack Size)
|
Line 33: | |||
<br/> | <br/> | ||
- | * -Xiss### | ''Sets the initial thread stack size to "###". For most systems this should be set the same as the maximum stack size at 128k (32 bit) or 256k (64 bit). DO NOT FORGET SIZE DESCRIPTOR (k, m, g).'' | + | * -Xiss### |
- | * -Xss### | ''Sets the maximum thread stack size to "###". For most systems this should be set the same as the initial stack size at 128k (32 bit) or 256k (64 bit). DO NOT FORGET SIZE DESCRIPTOR (k, m, g).'' | + | ** ''Sets the initial thread stack size to "###". For most systems this should be set the same as the maximum stack size at 128k (32 bit) or 256k (64 bit). DO NOT FORGET SIZE DESCRIPTOR (k, m, g).'' |
+ | * -Xss### | ||
+ | ** ''Sets the maximum thread stack size to "###". For most systems this should be set the same as the initial stack size at 128k (32 bit) or 256k (64 bit). DO NOT FORGET SIZE DESCRIPTOR (k, m, g).'' | ||
= JVM (IBM) Options = | = JVM (IBM) Options = |