Add some JVM optimisations.

I am using OpenJDK via https://adoptium.net
This commit is contained in:
Ciaran 2023-02-04 16:14:46 +00:00
parent 75c969a356
commit b0c39eba88
2 changed files with 1373 additions and 0 deletions

13
BurpSuitePro.vmoptions Normal file
View File

@ -0,0 +1,13 @@
# 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

1360
java.security Normal file

File diff suppressed because it is too large Load Diff