Announcement

Collapse
No announcement yet.

Release 7.0.0: More GC options for server operation

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.0.0: More GC options for server operation

    More GC options for server operation; reduce java GC pauses with big heap sizes.

    * Removed G1 garbage collector through removing following options from 'ox-scriptconf.sh.in' file:
    -XX:+UnlockExperimentalVMOptions
    -XX:+UseG1GC

    * Added following options to 'ox-scriptconf.sh.in' file:
    -XX:+UseConcMarkSweepGC
    -XX:+UseParNewGC
    -XX:CMSInitiatingOccupancyFraction=75
    -XX:+UseCMSInitiatingOccupancyOnly
Working...
X