You can use extensions to make Burp Suite carry out a wide range of tasks. If these tasks are resource-intensive or time-consuming, they can impact how Burp Suite performs.
To see an estimate of the impact on system performance for a particular extension:
Review the impact for each category:
The system impact ratings are approximate, they may not fully reflect the performance impact of a BApp. We are unable to fully test BApps that add custom tabs or context menu options.
If you use multiple extensions at the same time, there is a cumulative effect on performance. To see an estimate of this, refer to the Total estimated system impact. This is located in the panel above the BApp Store.
You may encounter memory problems if you load several Python or Ruby extensions, or if you unload and reload extensions multiple times. You may see the following error:
java.lang.OutOfMemoryError: PermGen space
To avoid this issue, configure Java to allocate more PermGen storage by adding a -XX:MaxPermSize option to the command line when starting Burp Suite. For example:
java -XX:MaxPermSize=1G -jar burp.jar