Mac中修改vm参数导致idea无法启动的修复方式

Mac中修改vm参数导致idea无法启动的修复方式

  1. 在mac中找到Idea的安装位置
    我的安装位置在 /Applications/IntelliJ IDEA.app/Contents

  2. 找到 MacOS文件夹内的idea程序

  3. 通过终端启动该程序

    ./idea
    
  4. 查看启动日志中的 idea.vmoptions的位置和错误信息,我的如下

    2022-11-03 11:51:58.149 idea[10941:21199920] allVms required 1.8*,1.8+
    2022-11-03 11:51:58.155 idea[10941:21199926] Current Directory: /Applications/IntelliJ IDEA.app/Contents/MacOS
    2022-11-03 11:51:58.155 idea[10941:21199926] Value of IDEA_VM_OPTIONS is (null)
    2022-11-03 11:51:58.155 idea[10941:21199926] Processing VMOptions file at /Users/xxx/Library/Application Support/JetBrains/IntelliJIdea2020.3/idea.vmoptions
    2022-11-03 11:51:58.156 idea[10941:21199926] Done
    OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
    Error occurred during initialization of VM
    Option -XX:+UseZGC not supported
    
  5. 确定文件位置 为

    /Users/xxx/Library/Application Support/JetBrains/IntelliJIdea2020.3/idea.vmoptions
    
  6. 确定我的原因如下,

    Option -XX:+UseZGC not supported
    
  7. 修复该错误即可

    -Xms1024m
    -Xmx1024m
    -XX:ReservedCodeCacheSize=256m
    -XX:+UseConcMarkSweepGC
    -XX:SoftRefLRUPolicyMSPerMB=50
    -XX:CICompilerCount=2
    -XX:+HeapDumpOnOutOfMemoryError
    -XX:-OmitStackTraceInFastThrow
    -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
    -XX:ZCollectionInterval=120 -XX:ZAllocationSpikeTolerance=5
    -XX:+UnlockDiagnosticVMOptions -XX:-ZProactive
    -ea
    -Dsun.io.useCanonCaches=false
    -Djdk.http.auth.tunneling.disabledSchemes=""
    -Djdk.attach.allowAttachSelf=true
    -Djdk.module.illegalAccess.silent=true
    -Dkotlinx.coroutines.debug=off
    -XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
    -XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
    
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值