About idea tuning

已回答

Are there any officially recommended jvm parameter adjustments that can make the idea faster, such as -XX:+UseZGC?

 

0
JetBrains doesn’t officially recommend GC switches like `-XX:+UseZGC` for general IDE speed-ups. The most commonly supported tuning is increasing the IDE heap (`-Xmx`), preferably using the IDE’s built-in ‘increase heap’ suggestion / settings. Other VM flags are considered advanced experimentation and can sometimes make things worse. The performance issues should be checked case by case.

https://youtrack.jetbrains.com/articles/SUPPORT-A-593/How-to-troubleshoot-IntelliJ-IDE-slowness-high-CPU-or-memory-usage
0

请先登录再写评论。