Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Revert to -XX:NewRatio=3 which corresponds to 1/4

...

  • 2GB total heap
    • Set the new ratio so new gets 1/4 of the heap.
    • Args: (-Xms2g -Xmx2g -XX:NewRatio=43)
  • 3GB total heap
    • Set the new ratio so new gets 1/2 of the heap.
    • Args: (-Xms3g -Xmx3g -XX:NewRatio=1)

...