Skip to content

Instantly share code, notes, and snippets.

@brandonpapworth
Last active February 13, 2022 20:55
Show Gist options
  • Save brandonpapworth/cdaeb0b6e4358213091866c4698621d1 to your computer and use it in GitHub Desktop.
Save brandonpapworth/cdaeb0b6e4358213091866c4698621d1 to your computer and use it in GitHub Desktop.
pycharm optimizations
# custom PyCharm properties
idea.max.intellisense.filesize=10000
editor.zero.latency.typing=true
-server
-Xms1024m
-Xmx4096m
-XX:SoftRefLRUPolicyMSPerMB=100
-XX:+UseTLAB
-XX:NewSize=512m
-XX:MaxNewSize=1024m
-XX:ParallelGCThreads=4
-XX:+UseG1GC
-XX:MaxTenuringThreshold=1
-XX:SurvivorRatio=8
-XX:+UseCodeCacheFlushing
-XX:+CMSClassUnloadingEnabled
-XX:+CMSParallelRemarkEnabled
-XX:CMSInitiatingOccupancyFraction=65
-XX:+CMSScavengeBeforeRemark
-XX:+UseCMSInitiatingOccupancyOnly
-XX:ReservedCodeCacheSize=768m
-XX:+AggressiveOpts
-Xlog:class+unload=off
-ea
-XX:CICompilerCount=2
-Dsun.io.useCanonPrefixCache=false
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Djdk.attach.allowAttachSelf=true
-Dkotlinx.coroutines.debug=off
-Djdk.module.illegalAccess.silent=true
-XX:+UseCompressedOops
-Dfile.encoding=UTF-8
-XX:ErrorFile=$USER_HOME/java_error_in_pycharm_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_pycharm.hprof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment