Hi All,
Has any one encountered the below error ???.what could be the cause?.
server memory reached 100% and we had to to restart the server.
error message in server log:
service :wm.server:ping
GC overhead limit exceeded
Caused by: java.lang.reflect.InvocationTargetException: null
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
Thanks,
Shiva
Tong_Wang
(Tong Wang)
July 10, 2014, 6:50pm
2
What’s your memory settings?
you have a memory leak somewhere, check the running services and take a thread dump.
MR_as173d
(MR as173d)
July 11, 2014, 6:44am
3
Also check your transactions table to find any bulk insertions took place during that specific window which is worth to check.
Thanks,
rmg
(rmg)
July 11, 2014, 3:41pm
4
First check your memory max settings also during the time it might have created java heap and core files in the IS directory did you see it any IS hung?
Assuming you IS version is 712?
HTH,
RMG
what is the MIN and MAX memory in setenv.sh, increase min memory.
rmg
(rmg)
August 12, 2014, 4:00pm
6
It is the settings for IS JVM memory how much min/max to use (gives life to IS performance)
What is the issue you are facing here? Is your IS behaving slow?