gc overhead limit exceeded

Answered

Hello, 

I'm facing gc overhead limit exceeded exception during running an application. I have set the Xmx value to 10000m but the allocated heap size on the IDE shows 1087M. Am I missing some setting here? Please refer to the image below.

Thanks,
Rakesh

0
1 comment

You've set the options for IntelliJ IDEA itself, instead you should set the options in the Run/Debug configuration for your own application JVM.

See https://www.jetbrains.com/help/idea/2017.1/creating-and-editing-run-debug-configurations.html

0

Please sign in to leave a comment.