out of memory when debuging
Answered
Hello,
I am trying to debug my intellij plugin but keep getting a Xmx error ( out of memory )

I know how to set the Xmx values ( idea64.exe.vmoptions ) but when I debug intellij how can I increase it?
where is this file located during debug?
thanks
Please sign in to leave a comment.
Help | Edit Custom VM Options will open the file in the sandbox directory.
You can also change it in the VM Options for the Application run configuration if you start IntelliJ IDEA from IntelliJ IDEA.
forgot about that.
thanks a lot