Changeset 13678


Ignore:
Timestamp:
10/27/11 11:55:52 (12 years ago)
Author:
Mark Evenson
Message:

Java5 JVM implementation use -XX:+CMSPermGenSweepingEnabled to GC Java classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl.properties.in

    r13676 r13678  
    2626#java.options=-d64 -Xmx8g -XX:+UseConcMarkSweepGC
    2727
     28# Java 5 era (???) flag to GC class definitions
     29#java.options=-XX:+CMSPermGenSweepingEnabled
     30
    2831# The unloading of class definitions is a per jvm policy.  For those
    2932# implementations which run out of permgen space, the following should
Note: See TracChangeset for help on using the changeset viewer.