博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
idea启动优化
阅读量:4166 次
发布时间:2019-05-26

本文共 449 字,大约阅读时间需要 1 分钟。

# custom IntelliJ IDEA VM options# 禁止字节码验证-Xverify:none# 堆初始大小-Xms1024m# 堆最大大小-Xmx1024m# 堆中新生代大小-Xmn512M-XX:ReservedCodeCacheSize=240m-XX:+UseConcMarkSweepGC-XX:SoftRefLRUPolicyMSPerMB=50-ea-Dsun.io.useCanonCaches=false-Djava.net.preferIPv4Stack=true-Djdk.http.auth.tunneling.disabledSchemes=""-XX:+HeapDumpOnOutOfMemoryError-XX:-OmitStackTraceInFastThrow# 输出GC日志# -verbose:gcc# -XX:+PrintGCDetails# -XX:+PrintGCDateStamps# GC日志的文件名# -Xloggc:gcc.log

 

转载地址:http://gkgxi.baihongyu.com/

你可能感兴趣的文章
python 寻找前5个默尼森数
查看>>
python2 type()函数 isinstance()函数
查看>>
python is 同一性运算符
查看>>
python basestring( )
查看>>
python 本地数据获取
查看>>
python write( )函数
查看>>
python read( )函数
查看>>
python readline()函数
查看>>
python readlines()函数
查看>>
python writelines()函数
查看>>
python 文件读写5个实例
查看>>
python 文件读写项目实践
查看>>
python的 os 和 shutil 模块
查看>>
python 如何反转序列
查看>>
python str.join()
查看>>
python 内置函数 reversed()
查看>>
python sort()方法
查看>>
python sorted()函数
查看>>
python reverse()方法
查看>>
Python sort( ) sorted( ) reverse( ) reversed( ) 总结
查看>>