am I the only one having Idea stucking on code hig...
# random
e
am I the only one having Idea stucking on code highlighting from time to time?
👌 1
🚫 2
o
Why not in #C0B8H786P ? This seems to be related to Kotlin. /cc @Alexander Podkhalyuzin [JB]
a
e
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
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
"Edit custom vm option"?
-Xmx*m
?