mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
04.31.2007 055de6b29cc22e4f8d5786405694dba6e113321d
opends/src/server/org/opends/server/extensions/FIFOEntryCache.java
@@ -1432,7 +1432,7 @@
    newMaxEntries    = configuration.getMaxEntries();
    // Maximum memory the cache can use.
    newMaxMemoryPercent = (int) configuration.getMaxMemoryPercent();
    newMaxMemoryPercent = configuration.getMaxMemoryPercent();
    long maxJvmHeapSize = Runtime.getRuntime().maxMemory();
    newMaxAllowedMemory = (maxJvmHeapSize / 100) * newMaxMemoryPercent;