Tune Burp Suite JVM options.

This commit is contained in:
Ciaran 2023-02-09 18:48:51 +00:00
parent 87b588b237
commit 1529ec1095
2 changed files with 14 additions and 6 deletions

View File

@ -4,10 +4,4 @@
# To include another file, uncomment the following line: # To include another file, uncomment the following line:
# -include-options [path to other .vmoption file] # -include-options [path to other .vmoption file]
-XX:MaxRAMPercentage=50
-include-options user.vmoptions -include-options user.vmoptions
-Dsun.java2d.noddraw=true
-Dsun.java2d.d3d=false
-Dswing.useflipBufferStrategy=True
-Dsun.java2d.ddforcevram=true
-Dsun.java2d.ddblit=false

14
user.vmoptions Normal file
View File

@ -0,0 +1,14 @@
# 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:+UseG1GC
-Xms512m
-Xmx8096m
-Dsun.java2d.noddraw=true
-Dsun.java2d.d3d=false
-Dswing.useflipBufferStrategy=True
-Dsun.java2d.ddforcevram=true
-Dsun.java2d.ddblit=false