Skip to content

Instantly share code, notes, and snippets.

@gaintsev
Created July 10, 2015 13:51
Show Gist options
  • Save gaintsev/77c7d5b01256fc8aeea5 to your computer and use it in GitHub Desktop.
Save gaintsev/77c7d5b01256fc8aeea5 to your computer and use it in GitHub Desktop.
PhpStorm editor font antialiasing. Edit file my_phpstorm_location/bin/phpstorm.vmoptions or my_phpstorm_location/bin/phpstorm64.vmoptions
-server
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=150m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
-Dsun.java2d.xrender=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment