Skip to content

Instantly share code, notes, and snippets.

@martin-juul
Last active January 13, 2020 18:40
Show Gist options
  • Save martin-juul/c73a0d990d0845de5bdb85b04590fd45 to your computer and use it in GitHub Desktop.
Save martin-juul/c73a0d990d0845de5bdb85b04590fd45 to your computer and use it in GitHub Desktop.
2019.3.1
-Dfile.encoding=UTF-8
-Dide.no.platform.update=true
-Didea.config.path=$USER_HOME/.jetbrains/phpstorm/config
-Didea.system.path=$USER_HOME/.jetbrains/phpstorm/system
-Didea.plugins.path=$USER_HOME/.jetbrains/phpstorm/config/plugins
-Didea.log.path=$USER_HOME/.jetbrains/phpstorm/system/log
-server
-Xss256k
-Xms1536m
-Xmx1536m
-Xmn512m
-XX:+UseConcMarkSweepGC
-XX:CMSFullGCsBeforeCompaction=0
-XX:ParallelGCThreads=4
-XX:+UseCodeCacheFlushing
-Dsun.io.useCanonCaches=false
-Dsun.io.useCanonPrefixCache=false
-XX:CMSInitiatingOccupancyFraction=65
-XX:+CMSScavengeBeforeRemark
-XX:+CMSPermGenSweepingEnabled
-XX:+UseCMSInitiatingOccupancyOnly
-XX:+UseCMSCompactAtFullCollection
-XX:+CMSClassUnloadingEnabled
-XX:+CMSParallelRemarkEnabled
-XX:CICompilerCount=2
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:MetaspaceSize=350m
-XX:MaxMetaspaceSize=350m
-XX:SurvivorRatio=8
-XX:ReservedCodeCacheSize=240m
-XX:MaxNewSize=1000m
-XX:MaxTenuringThreshold=1
-XX:ErrorFile=$USER_HOME/.jetbrains/phpstorm/java_error_in_phpstorm_%p.log
-XX:HeapDumpPath=$USER_HOME/.jetbrains/phpstorm/java_error_in_phpstorm.hprof
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseCompressedOops
-XX:-TraceClassUnloading
-XX:-OmitStackTraceInFastThrow
-Djdk.attach.allowAttachSelf=true
-Dkotlinx.coroutines.debug=off
-Djdk.module.illegalAccess.silent=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djava.net.preferIPv4Stack=true
-ea
@martin-juul
Copy link
Author

Before applying, create the path for storing config, plugins, logs:

mkdir ~/.jetbrains/phpstorm

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