Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set the maximum PermGen size to 256 Megabytes. This is especially recommended when redeploying Fedora 4 often, since otherwise PermGen OutOfMemory Errors OutOfMemory in the PermGen space errors will occur, because of dynamic proxying.

-XX:+DisableExplicitGC

 Disable calls to System.gc(), JVM still performs garbage collection when necessary.

...