Adjust the heap size of Burp

Pre

For Burp better using, I change its JVM heap size.

How

Edit the binary file of Burp suite pro:

# vim /bin/burpsuitepro

Add a paramater after the -jar​:

java --XXXXXX --XXXXXX -jar -Xmx16G burpsuiteXXXX.jar

Then restart burpsuitepro, follow Help > Diagnostics​, and under SYSTEM RESOURCES, you could check that:

---------------------------------------------------------------------------------------------------------
SYSTEM RESOURCES
---------------------------------------------------------------------------------------------------------
Number of processors             16
Total JVM memory                 1.09 GiB
Max JVM memory                   16 GiB
Free JVM memory                  616.76 MiB

Total physical memory            62.69 GiB
Free physical memory             30.43 GiB
Total swap                       4 GiB
Free swap                        4 GiB

Finish adjustion.

By the way, the burp edition I use is from here, just clone it if you need it.

Refer

相关帖子

欢迎来到这里!

我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。

注册 关于
请输入回帖内容 ...