Oracle UCM 10GR3 |Facing java.lang.OutOfMemoryError: Java heap space
Hi All,
We are facing Caused by: java.lang.OutOfMemoryError: Java heap space issue. We are using Oracle UCM 10GR3 system.
We analyzed heap dump and found that core classes are eating up most of the memory.
We have 1GB memory alloted and setting JAVA_MAX_HEAP_SIZE=1024 in the config.cfg file of the content server. Analyzing the heap dump, we have seen intradoc.resource.ResourceCacheInfo,intradoc.common.IdcListNode classes taking memory and not releasing. Seems that whole resource files are remaining in cache and acusing this.
Please guide me on this in triaging this and any config enty i can put to solve this issue.
We are facing Caused by: java.lang.OutOfMemoryError: Java heap space issue. We are using Oracle UCM 10GR3 system.
We analyzed heap dump and found that core classes are eating up most of the memory.
We have 1GB memory alloted and setting JAVA_MAX_HEAP_SIZE=1024 in the config.cfg file of the content server. Analyzing the heap dump, we have seen intradoc.resource.ResourceCacheInfo,intradoc.common.IdcListNode classes taking memory and not releasing. Seems that whole resource files are remaining in cache and acusing this.
Please guide me on this in triaging this and any config enty i can put to solve this issue.
0