https://kotlinlang.org logo
Title
j

jeggy

11/06/2019, 11:38 AM
I have a big kotlin project that takes about 3-5 minutes to start up using the play button in IntelliJ. So now I wanted to know why it takes so long, so I tried the new Java Flight Recorder to figure what was wrong, and found that nothing was wrong and by using java flight recorder it actually started in 1-3 seconds and everything is working fine. Does anyone know what it could be that I'm doing wrong?
t

tseisel

11/06/2019, 1:04 PM
Is IntelliJ configured to systematically build the project before running it ?
j

jeggy

11/06/2019, 1:51 PM
Not sure, this is the configuration I use
Not sure what it was, but I decided to just remove everything and start from a fresh git clone and now it's fine
before deleting everything I had 220.000 files after clone and fetch of everything I had 190.000 files
l

Luis Munoz

11/06/2019, 4:16 PM
what are your computer specs?
j

jeggy

11/06/2019, 4:43 PM
16GB RAM and i5-7200 2 cores