Version Differences for Performance Tuning Servers

(Stack Size)
(Thread Stack Size)
Line 60:
  == Thread Stack Size ==    == 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.''    ''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.'' 
- * -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).''   + <br/>  
- * -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).''   + <br/>  
    + <font size=4 color="darkred">'''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).''  
       
  = Database Connections (base.xml) =    = Database Connections (base.xml) =