Project startup time 7.0M2 must improve
I own Intellij 6.x
I downloaded the 7.0M2 to test it.
I set -Xmx255m
I use mvn idea:idea to generate Intellij project
When I start IntelliJ it starts the project very slow, asks questions for upgrade project files, discover project files has changed and starts again again ....
In the followin I have restarted the project.
Version 6.x starts 2'nd. time in 35 sek
Version 7.0M2 starts 2'nd time in 60 sek.
I don't understand the bullit *** Faster project lanuch *** as an argument for 7.0
I would suggest projectlaunch could take place in background.
请先登录再写评论。
Hello Anders,
Could you please take a snapshot of your project opening under 7.0M2? To
enable taking snapshots, please add the following line to idea.exe.vmoptions:
-agentlib:yjpagent
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Anders Kristian Andersen wrote:
If you are using Win, I am almost ready to bet that there is an
antivirus software running and the IDEA 7's home folder (which differs
from IDEA 6's home) is not excluded from the scanning, which usually
causes slow operations ;)
Greetings