Version Differences for Performance Tuning Servers

(Thread Stack Size)
(Garbage Collection)
Line 55:
       
  == Garbage Collection ==    == Garbage Collection == 
- * -Xgcthreads# | ''Sets the number of threads the garbage collector can use in parallel. Generally this number should roughly correlate to the number of cores available in your system but not more than double.''   + * -Xgcthreads#  
- * -Xdisableexplicitgc | ''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.''   + ** ''Sets the number of threads the garbage collector can use in parallel. Generally this number should roughly correlate to the number of cores available in your system but not more than double.''  
    + * -Xdisableexplicitgc  
    + ** ''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 ==    == Thread Stack Size ==