V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
Dreamerwwr
V2EX  ›  程序员

idea 定位到当前打开的文件慢,进入到方法实现类速度慢

  •  
  •   Dreamerwwr · 17 小时 28 分钟前 · 277 次点击

    idea 定位到当前打开的文件慢,有时候得半分钟才能定位到,删除目录下的一个文件,可能得 1 分钟左右才能刷新出来,跳转到方法的实现类,有时候得半分钟才行,各位有遇到过吗? 我的 vm option 配置如下: --add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED --add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED

    最小堆内存

    -Xms2G

    最大堆内存

    -Xmx8G

    代码缓存大小

    -XX:ReservedCodeCacheSize=1G

    使用 G1 垃圾收集器

    -XX:+UseG1GC

    优化字符串处理

    -XX:+UseStringDeduplication

    GC 暂停时间目标

    -XX:MaxGCPauseMillis=200

    编码设置

    -Dfile.encoding=utf-8

    IDE 相关配置

    -Deditable.java.test.console=true -Dide.managed.by.toolbox=/Applications/JetBrains Toolbox.app/Contents/MacOS/jetbrains-toolbox -Dtoolbox.notification.token=d3baea95-438c-4bf1-bfd9-9bcaee569573 -Dtoolbox.notification.portFile=/Users/code/Library/Caches/JetBrains/Toolbox/ports/b16d5344-1d87-45ae-a854-1e4284d5c1ce.port

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   991 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 20:51 · PVG 04:51 · LAX 12:51 · JFK 15:51
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.