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

neil_a_wilson
04.31.2007 650ad66f69466bbcf01e17ba6b9bb2a72c74a6cb
opendj-sdk/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;