Is there a way to make Intellij faster if you are asking it to do everything?
Answered
Hi team,
I am using one IntelliJ window to serve two tomcat wars, and another IntelliJ window to run an sbt project that is also listening for web requests. Then I open up another IntelliJ window that I connect to a database and then typing slows down. I understand that I am doing quite a bit. Is there a setting I could tweak to make my set up run faster? Is what I am doing normal usage?
Alternatively I could have the tomcat server run outside of IntelliJ but it is super convenient to have package and run commands in the IntelliJ app.
Thanks for the hard work, IntelliJ rocks!
Please sign in to leave a comment.
Please see https://intellij-support.jetbrains.com/hc/articles/207241235. We can't tell what's the problem in your case without a CPU snapshot.
Increasing the heap size in Help | Edit Custom VM Options may help.
Thanks Serge I will try to increase the heap size, and if still slow I will submit a CPU snapshot. Appreciate the super quick response!