From 1529ec10950b4f18da2ad1061fdcc1a24ceeac76 Mon Sep 17 00:00:00 2001 From: Ciaran <> Date: Thu, 9 Feb 2023 18:48:51 +0000 Subject: [PATCH] Tune Burp Suite JVM options. --- BurpSuitePro.vmoptions | 6 ------ user.vmoptions | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 user.vmoptions diff --git a/BurpSuitePro.vmoptions b/BurpSuitePro.vmoptions index 602adc4..eda6a08 100644 --- a/BurpSuitePro.vmoptions +++ b/BurpSuitePro.vmoptions @@ -4,10 +4,4 @@ # 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 diff --git a/user.vmoptions b/user.vmoptions new file mode 100644 index 0000000..873506a --- /dev/null +++ b/user.vmoptions @@ -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