does anyone know how to tune idea when working wit...
# announcements
b
does anyone know how to tune idea when working with kotlin? its so painfully slow for our small sized project (around 200 source files). everytime i push "run tests" it takes at least 10 seconds where idea writes "searching for compilable file" and then another 10 seconds where it writes "configuring the compilation environment". it drives me crazy (i have a quadcore machine with ssd and 16g ram)
s
Check
-Xmx
of IDEA
There is setting in Appearance -> Show memory indicator. Check the checkbox and it will appear at bottom right corner of IDEA window
b
ok .. i changed it in idea.vmoptions to xms2g and xmx2g
but somehow this didnt help
it still writes 725M
i am on OSX
ah .. changed it in the wrong file
k
idea64.vmoptions
?
b
~/Library/Preferences/IntelliJIdea2017.1