How can I diagnose performance issues with intellij? I've got a 7th gen i7 and 32gb ram and a pretty fast ssd, but I often find the ide very slow to respond in my android project. I've tried increasing the xmx memory to 5g and the ide memory to 5g too as well as turning off almost all plugins. None of these changes seem to have made much of an impact
Jacob Applin
07/04/2019, 1:58 PM
Also I'm running manjaro i3, so a pretty lightweight desktop environment.
👍 2
Jacob Applin
07/04/2019, 2:05 PM
some specific performance issues I notice are:
- several second delays in registering keypresses
- several second delays in autocomplete popup
- several second delays before I can alt+enter for import
Jacob Applin
07/04/2019, 2:13 PM
Also some info about the project, it has around 17 modules, some of which use kotlin gradle dsl, and there are 100+ dependencies. Using kotlin 1.3.40, gradle 5.4.1, android gradle plugin 3.4.1
r
rocketraman
07/04/2019, 8:19 PM
Does the activity monitor show high "JIT Compiler" CPU usage when you type?