Tagged Questions
3
votes
4answers
3k views
JVM throws OutOfMemory during gc though there are plenty memory left
I have my java application configured to use 5G memory. I got an OutOfMemory out of blue. I inspected the gc log and found plenty of memory left: young generation occupies 4% allocated space, tenure ...