Increasing memory in 915
I used to update a configuration file to set the memory size greater than the default, but I can't seem to find such a file in 915. There is an Idea.EXE, so no apparent way to st the -Xmx250x that I need to.
Could someone explain how I can increase the memory on 915?
Thanks!
请先登录再写评论。
Memory size can be set in the idea.lax file, found in the bin directory of you IDEA installation.
In this file there is a line starting with
lax.nl.java.option.additional=-Xms16m -Xmx128m ...
where you can adapt the memory size to your needs.
Hope this helped.
Regards
Thomas Gülden
Munich, Germany