out of memory when debuging
已回答
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
请先登录再写评论。
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