Version Differences for Performance Tuning Servers

(Garbage Collection)
(Removed Stack Info)
Line 25:
  ** ''Disables the server from initiating garbage collection directly. This will ensure that the settings described above are honored and the system is not overwhelmed by unexpected garbage collection runs.''    ** ''Disables the server from initiating garbage collection directly. This will ensure that the settings described above are honored and the system is not overwhelmed by unexpected garbage collection runs.'' 
       
- == Thread Stack Size ==      
- ''The following options deal with the thread size used for server processes. Users are again encouraged to investigate memory usage patterns on their systems to determine useful tweaks to these settings.''      
- <br/>      
- <br/>      
- <font size=4 color="red">'''TAKE GREAT CARE IN MODIFYING THE FOLLOWING SETTINGS AS THEY CAN BECOME VERY DANGEROUS TO THE PROCESS'''</font>      
- <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).''      
- * -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 =