Intellij , increase Java's Memory Friday, February 6, 2009






It's common to get Out Of Memory exception when you run application or Debug application on Inellij, However that's not a bug ! you only need to increase JAVA memory settings.

The steps are as follows :

  1. go to "Run" menu the select "Edit Configurations"
  2. increase the memory of Java VM passing -Xmx512M parameter, see the screen shot below.




0 comments: