enter CLion's home folder and then modify the files:
bin/clion64.vmoptions
bin/clion.vmoptions
alternate string "-XX:+UseConcMarkSweepGC" with "-XX:+UseG1GC"
done
C# CLion配置:切换垃圾回收器优化性能
这篇博客指导读者进入CLion的Home文件夹,修改`bin/clion64.vmoptions`和`bin/clion.vmoptions`文件,将默认的垃圾回收器替换为G1GC,以提升Java应用在CLion中的性能。
enter CLion's home folder and then modify the files:
bin/clion64.vmoptions
bin/clion.vmoptions
alternate string "-XX:+UseConcMarkSweepGC" with "-XX:+UseG1GC"
done
1452

被折叠的 条评论
为什么被折叠?