Skip to content

Instantly share code, notes, and snippets.

Created May 17, 2013 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5601911 to your computer and use it in GitHub Desktop.
Save anonymous/5601911 to your computer and use it in GitHub Desktop.
vmoptions.patch
diff -rupN bin.orig/studio64.vmoptions bin/studio64.vmoptions
--- bin.orig/studio64.vmoptions 2013-05-17 22:35:47.003767975 +0200
+++ bin/studio64.vmoptions 2013-05-17 22:36:07.477102319 +0200
@@ -6,3 +6,5 @@
-ea
-Dsun.io.useCanonCaches=false
-XX:+HeapDumpOnOutOfMemoryError
+-Dawt.useSystemAAFontSettings=lcd
+-Dswing.aatext=true
diff -rupN bin.orig/studio.vmoptions bin/studio.vmoptions
--- bin.orig/studio.vmoptions 2013-05-17 22:35:47.003767975 +0200
+++ bin/studio.vmoptions 2013-05-17 22:36:01.440435335 +0200
@@ -6,3 +6,5 @@
-ea
-Dsun.io.useCanonCaches=false
-XX:+HeapDumpOnOutOfMemoryError
+-Dawt.useSystemAAFontSettings=lcd
+-Dswing.aatext=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment