美文网首页
mac 启动 mat 报错 Failed to create t

mac 启动 mat 报错 Failed to create t

作者: cao苗子 | 来源:发表于2021-04-09 09:57 被阅读0次

    mat 官网下载

    mat 用于分析 jvm 堆内存,mac 安装后,启动报错:

    Failed to create the Java Virtual Machine

    解决:在配置文件中指定 jdk

    完整配置文件如下:

    $ cat /Applications/mat.app/Contents/Eclipse/MemoryAnalyzer.ini
    -startup
    ../Eclipse/plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
    --launcher.library
    ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426
    -vm
    /Library/Java/JavaVirtualMachines/jdk1.8.0_271.jdk/Contents/Home/bin
    -vmargs
    -Xmx1024m
    -Dorg.eclipse.swt.internal.carbon.smallFonts
    -XstartOnFirstThread
    
    

    Ini

    再次启动,终于正常

    image

    相关文章

      网友评论

          本文标题:mac 启动 mat 报错 Failed to create t

          本文链接:https://www.haomeiwen.com/subject/swhikltx.html