https://kotlinlang.org logo
#random
Title
e

elect

02/21/2019, 8:36 PM
am I the only one having Idea stucking on code highlighting from time to time?
👌 1
🚫 2
o

orangy

02/22/2019, 7:31 AM
Why not in #intellij ? This seems to be related to Kotlin. /cc @Alexander Podkhalyuzin [JB]
a

Alexander Podkhalyuzin [JB]

02/22/2019, 8:47 AM
e

elect

02/22/2019, 8:49 AM
sorry @orangy, you are right, I just wanted to reach more people
nice @Alexander Podkhalyuzin [JB], I didnt know that, I'll do
@Alexander Podkhalyuzin [JB], I just invalidated and restarted, and still I get no highlighting from begin
I can create an issue specifying Idea version and program
but cpu profiling makes no sense in this case, imo
wait, not it came back
I'll try once again
also, I had several projects open all together, I closed all except one, it seems to help
a

Alexander Podkhalyuzin [JB]

02/22/2019, 9:05 AM
Stucking can be compiler frontend performance issue. So if it’s some exponent in, I don’t know, overloading resolution, then it will be visible on CPU snapshot.
We are working now (both with IntelliJ IDEA team) on fixing memory leaks in Gradle integration. So please turn on memory indicator in IDEA (Cmd+Shift+A, memory indicator) and see if it’s almost full for all the time => memory leak. Also you can increase memory given for IDEA up to 4G (I use 2G, mostly it’s enough)
e

elect

02/22/2019, 9:11 AM
"Edit custom vm option"?
-Xmx*m
?
2 Views