zoukankan      html  css  js  c++  java
  • Intellij Idea 13 vmoptions (Mac版本)

    -ea
    

    -server
    

    -Xms1g
    

    -Xmx1g
    

    -Xss16m
    

    -XX:PermSize=256m
    

    -XX:MaxPermSize=256m
    

    -XX:+DoEscapeAnalysis
    

    -XX:+UseCompressedOops
    

    -XX:+UnlockExperimentalVMOptions
    

    -XX:+UseConcMarkSweepGC
    

    -XX:LargePageSizeInBytes=256m
    

    -XX:ReservedCodeCacheSize=96m
    

    -XX:+UseCodeCacheFlushing
    

    -XX:+UseCompressedOops
    

    -XX:ParallelGCThreads=8
    

    -XX:+UseParNewGC
    

    -XX:+UseConcMarkSweepGC
    

    -XX:+DisableExplicitGC
    

    -XX:+ExplicitGCInvokesConcurrent
    

    -XX:+PrintGCDetails 
    

    -XX:+PrintFlagsFinal
    

    -XX:+AggressiveOpts
    

    -XX:+HeapDumpOnOutOfMemoryError
    

    -XX:+CMSClassUnloadingEnabled
    

    -XX:+CMSPermGenSweepingEnabled 
    

    -XX:CMSInitiatingOccupancyFraction=60
    

    -XX:+CMSClassUnloadingEnabled
    

    -XX:+CMSParallelRemarkEnabled 
    

    -XX:+UseAdaptiveGCBoundary
    

    -XX:+UseSplitVerifier 
    

    -XX:CompileThreshold=10000 
    

    -XX:+UseCompressedStrings 
    

    -XX:+OptimizeStringConcat
    

    -XX:+UseStringCache 
    

    -XX:+UseFastAccessorMethods  
    

    -XX:+UnlockDiagnosticVMOptions

  • 相关阅读:
    Linux内核info leak漏洞
    ELK Stack部署
    centos下安装opencv
    windows10 进入BIOS
    Dockerfile语法简介
    JAVA 容器配置 JVM 监控
    docker registry
    squid
    正反向代理
    安装plsql
  • 原文地址:https://www.cnblogs.com/healthy-tree/p/4002068.html
Copyright © 2011-2022 走看看