Created
March 2, 2024 15:24
-
-
Save ahembree/83b9e8553c54aebfbc78ac90b2cff711 to your computer and use it in GitHub Desktop.
BurpSuite Windows 4K Monitor UI Glitch/Bug
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
| # Location file (default Win11): C:\Users\<username>\AppData\Local\Programs\BurpSuitePro\BurpSuitePro.vmoptions | |
| # Parameters to fix windows glitches (second monitor / 4k hdr) | |
| # Enter one VM parameter per line | |
| # For example, to adjust the maximum memory usage to 512 MB, uncomment the following line: | |
| # -Xmx512m | |
| # To include another file, uncomment the following line: | |
| # -include-options [path to other .vmoption file] | |
| -XX:MaxRAMPercentage=50 | |
| -include-options user.vmoptions | |
| -Dsun.java2d.noddraw=true | |
| -Dsun.java2d.d3d=false | |
| -Dswing.useflipBufferStrategy=True | |
| -Dsun.java2d.ddforcevram=true | |
| -Dsun.java2d.ddblit=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment