System Tune
Raise stack size
ulimit -s unlimited
Enable core dumps
ulimit -c unlimited
More threads and open files
echo “vm.max_map_count=262144” | sudo tee /etc/sysctl.d/99-flashfuzz.conf sudo sysctl —system
echo “fs.inotify.max_user_instances=512” | sudo tee -a /etc/sysctl.d/99-flashfuzz.conf sudo sysctl —system