How can I debug an out of memory error during Rational Asset Manager startup?
The memory usage grows until reaching the maximum heap size of 2G. The memory in the server is 8G.
Any suggestion will be appreciated.
I include an extract of the exception stack trace:
....
com.microsoft.sqlserver.jdbc.SQLServerResultSet
com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet
com.ibm.ram.repository.core.sdo.BaseRAMSchemaAccess
com.ibm.ram.repository.core.StaleCacheManager
com.ibm.ram.repository.web.ws.quartz.CacheManagerJob
com.ibm.ram.repository.web.ws.quartz.jobs.AbstractRAMJob
org.quartz.core.JobRunShell
....
3 answers
Can I just check a few things....what version of RAM are you using, and what OS? Did the installation work before, or is this a new error when the system was working fine before.
regards
anthony
regards
anthony
Comments
The best thing would be to get a dump, and look to see what what is it that takes that memory.
If you are creating assets in a batch, make sure that policies (governor configuration) are set to run as pending ... as they will not be able to catch up.... if this occured, take a look at the STALECACHE table, it should have one entry in it. Check to see its size. if it is large (> 20Meg) ... delete this record. it keep track on pending policies.
If you are creating assets in a batch, make sure that policies (governor configuration) are set to run as pending ... as they will not be able to catch up.... if this occured, take a look at the STALECACHE table, it should have one entry in it. Check to see its size. if it is large (> 20Meg) ... delete this record. it keep track on pending policies.