注册表
打开注册表方式
- 双击shift选择Actions输入registry打开注册表

- 找到指定值激活

直接复制选中单词
text
ide.find.select.word.at.caret展示内存
text
show memory indicator终端新ui(目前不推荐使用)
text
ide.experimental.ui.new.terminal启动时使用JDK版本
text
Choose Boot Runtime for the IDEVM Option
text
-Xms8g
-Xmx8g
-ea
-XX:+UseZGC
-XX:+IgnoreUnrecognizedVMOptions
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Djdk.http.auth.tunneling.disabledSchemes=""
-Dkotlinx.coroutines.debug=off
-XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
-XX:ReservedCodeCacheSize=512m
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:CICompilerCount=2
-XX:CompileCommand=exclude,com/intellij/openapi/vfs/impl/FilePartNodeRoot,trieDescend
-Dsun.io.useCanonCaches=false
-Dsun.java2d.metal=true
-Djbr.catch.SIGABRT=true
-Djdk.attach.allowAttachSelf=true
-Djdk.module.illegalAccess.silent=trueIDEA配置
idea在Debug时进入JDK源码配置 