How to change default setting for heap size
I am a user of Personal License of IntelliJ IDEA. I work with many Maven-based Java projects which have one common feature - heap size of 128M is not enough for them. Unfortunally this is a default setting for new project, and every time I create a new project I need to modify this setting (increase to 1024M)
Could someone hint me - is it possible to change default settings for Java Compiler?
(path in 10.0.3 is File -> Settings -> Java compiler -> Max heap size)
请先登录再写评论。
H Vitaliy,
'File - Other Settings - Template Settings - ...'
Denis
Oh, thank you very much, Denis!