Does anyone have any good tips to get the very bes...
# announcements
j
Does anyone have any good tips to get the very best performance out of IntelliJ? I have a Desktop with 32 cores and 64 GB RAM and would love to just give IntelliJ the right configuration so it would be incredibly fast. 😛
z
I think the only way to get IntelliJ to be fast is to use vim. 😉
j
It feels like when running for example Android Studio they perform way better on standard auto-complete stuff. While IntelliJ is slower. I have a huge monorepo which I would like nice and fast auto-completion. which maybe is too much to ask for?
h
You could try to create a ramdisk and run IntelliJ from there. Might give some performance boost? 🤔
z
Put your code in the ramdisk too
👍 2
j
the whole thing is already on SSD, you think that would do any improvements?
was just thinking if there were some JVM options or something I could play with. I know there are the xms and xmx options, but that's where my JVM options knowledge stops 😛
k
Go to the Help -> Edit Custom VM Options. Make changes to the memory settings and then restart.
a
Leave it running for a few days
n
@jeggy - What CPU is used (is it an AMD Ryzen)? Which OS is being run on the desktop?