Last active
June 29, 2023 18:34
-
-
Save jwhulette/80d2c47c3ee7ce8d54eac2135e7e46d4 to your computer and use it in GitHub Desktop.
[PhpStorm SpeedUp] #PhpStorm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Xms500m | |
-Xmx2048m | |
-Dawt.useSystemAAFontSettings=lcd | |
-Dawt.java2d.opengl=true | |
# Only for people on Mac, it makes Java use an optimised graphics engine. | |
-Dapple.awt.graphics.UseQuartz=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment