jars.nocopy not working
Using : Build 815 (same problem on earlier versions too)
Setting the property idea.jars.nocopy in the JVM args as
-Didea.jars.nocopy=true
seems to have no impact. IDEA still creates the cache and upon startup takes FOREVER (several minutes) in the "Optimizing performance" step.
Have you seen this problem? How can I make IDEA load the project faster?
Sri
请先登录再写评论。
takes FOREVER (several minutes) in the "Optimizing performance" step.
This isn't due to the nocopy, but to idea analyzing all the libs when first
added.
The (BIG) slowness should happen only once (allthough I'm almost always
seeing things analyzed twice).
Buy a 4 way multi-processing machine, several gigs of mem, ultra fast disks,
... ;)
Jetbrains said this was temporary, but IMHO, it'll take some time to
optimize this.