In our class we are using following method.
public final long getTTL() throws ApplicationException { //log.info("In getTTl method"); DPMUtils.debug("In getTTl method", log, isDebugEnabled); // System.out.println("In getTTl method"); return SysUtil.getConfigValLong("default.object.cache.cacheLifeTime", 0x5265c00L); }In our recent JVM outage heap dump analisys we found this object is consumed major memory and cuased ot of memory.Please let me know if there anything we can try here to stop happening the OOME.