Skip to content

Instantly share code, notes, and snippets.

@amotmot
Last active August 29, 2015 13:58
Show Gist options
  • Save amotmot/9937096 to your computer and use it in GitHub Desktop.
Save amotmot/9937096 to your computer and use it in GitHub Desktop.
start.sh - Burp - Memory Management
#!/bin/bash
nohup java -Xms1G -Xmx2G -XX:MaxPermSize=1G -jar burpsuite_pro_v1.6beta.jar 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment