Skip to content

Instantly share code, notes, and snippets.

@danielfariati
Last active May 24, 2017 17:22
Show Gist options
  • Select an option

  • Save danielfariati/c5caffb10c30a99e7c27910daedcbd48 to your computer and use it in GitHub Desktop.

Select an option

Save danielfariati/c5caffb10c30a99e7c27910daedcbd48 to your computer and use it in GitHub Desktop.
IntelliJ Config
-server
-Xms1g
-XX:MetaspaceSize=1g
-XX:MaxMetaspaceSize=3g
-XX:NewRatio=3
-Xss256m
-XX:+UseConcMarkSweepGC
-XX:+CMSParallelRemarkEnabled
-XX:ConcGCThreads=4
-XX:ReservedCodeCacheSize=480m
-XX:+AlwaysPreTouch
-XX:+TieredCompilation
-XX:+UseCompressedOops
-XX:SoftRefLRUPolicyMSPerMB=50
-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
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=true
-ea
-Xmx3072m
@danielfariati
Copy link
Author

Se estiver usando o JetBrains Toolbox, também tem que ter a seguinte linha:
-Dide.no.platform.update=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment