Hi, Any ideas of how I can speed up the startup process. It seems to take so long.
Andre Mermegas
Ranch Hand
Joined: Jun 20, 2001
Posts: 158
posted
0
Hrm, well i've been using the EAP for the past month or so and project loading takes a lot more time than in 3.0.x but the general startup is pretty quick. I dont auto reload the last project. Here are the JVM arguments I use to keep IDEA running snappy. IDEA_JVM_ARGS=-Didea.no.jdk.check=true -Xms16m -Xmx512m -XX:NewRatio=3 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -Dsun.java2d.noddraw=true
--=( Andre Mermegas )=--
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1825
posted
0
How should I configure these arguments?? Br Rahul
subject: Intelli J speeding up the startup process