Reputation: 245
I recently upgraded to IntelliJ IDEA 13 from 11. There used to be a box under setting/java compiler where you could over ride the compiler maximum heap size. It is no longer there. This is stopping me from compiling my project do to a "GC overhead limit exceeded." Can someone tell me where this option is or a viable alternative? Any and all information would be helpful. Thanks.
Upvotes: 0
Views: 724
Reputation: 47280
alter the vm options file in the intellij install directory.
Alternatively fix the problem that causes out of memory errors.
Upvotes: 0