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
Please sign in to leave a 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