text Intellij IDEA备忘录配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Intellij IDEA备忘录配置相关的知识,希望对你有一定的参考价值。

# Configuring Intellij IDEA Memory

To get more information read this [Tutorial](http://tomaszdziurko.com/2015/11/1-and-the-only-one-to-customize-intellij-idea-memory-settings/).

## To access configuration
> Help > Edit Custom VM Options
-Xms2g
-Xmx2g
-XX:ReservedCodeCacheSize=1024m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Dide.no.platform.update=true

以上是关于text Intellij IDEA备忘录配置的主要内容,如果未能解决你的问题,请参考以下文章

如何配置 intellij-idea 不格式化代码的某些部分?

text IntelliJ IDEA的性能调整参数。在IntelliJ IDEA中的idea64.exe.vmoptions或idea.exe.vmoptions文件中添加这些参数。如果哟

text IntelliJ IDEA社区版构建WAR

IntelliJ IDEA使用心得之问题篇;

text 让Jenkins GDSL使用IntelliJ IDEA

text 在Intellij IDEA中自动完成@author