Skip to content

Instantly share code, notes, and snippets.

@rtfpessoa
Last active April 25, 2017 08:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtfpessoa/cd58254119f8869e0baa to your computer and use it in GitHub Desktop.
Save rtfpessoa/cd58254119f8869e0baa to your computer and use it in GitHub Desktop.
IntelliJIDEA 14 VM Options
-ea
-server
-Xms512m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:MaxMetaspaceSize=512m
-XX:ReservedCodeCacheSize=256m
-XX:CMSIncrementalDutyCycleMin=0
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:+UseCompressedOops
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
-XX:+TieredCompilation
-XX:+DoEscapeAnalysis
-XX:+UnlockExperimentalVMOptions
-XX:-TraceClassUnloading
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:LargePageSizeInBytes=256m
-XX:ParallelGCThreads=4
-XX:+UseParNewGC
-XX:+DisableExplicitGC
-XX:+ExplicitGCInvokesConcurrent
-XX:+PrintGCDetails
-XX:+PrintFlagsFinal
-XX:+HeapDumpOnOutOfMemoryError
-XX:+CMSPermGenSweepingEnabled
-XX:CMSInitiatingOccupancyFraction=60
-XX:+CMSParallelRemarkEnabled
-XX:+UseAdaptiveGCBoundary
-XX:+UseSplitVerifier
-XX:CompileThreshold=10000
-XX:+UseCompressedStrings
-XX:+OptimizeStringConcat
-XX:+UseStringCache
-XX:+UseFastAccessorMethods
-XX:+UnlockDiagnosticVMOptions
-agentlib:yjpagent=probe_disable=*,disablealloc,disabletracing,onlylocal,disableexceptiontelemetry,delay=10000,sessionname=IntelliJIdea14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment