Skip to content

Commit

Permalink
Merge pull request putsi#14 from sverrevh/patch-2
Browse files Browse the repository at this point in the history
Limit memory usage for burp collaborator
  • Loading branch information
putsi authored Jan 5, 2021
2 parents 5b34634 + c0cc377 commit 359ef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startcollab.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

/opt/BurpSuitePro/BurpSuitePro --collaborator-server --collaborator-config=/usr/local/collaborator/collaborator.config
/opt/BurpSuitePro/BurpSuitePro -Xmx200m --collaborator-server --collaborator-config=/usr/local/collaborator/collaborator.config

0 comments on commit 359ef34

Please sign in to comment.