Skip to content

Instantly share code, notes, and snippets.

@philz
Created February 20, 2013 03:54
Show Gist options
  • Save philz/4992741 to your computer and use it in GitHub Desktop.
Save philz/4992741 to your computer and use it in GitHub Desktop.
Changing the core file size at runtime
echo -n "Max core file size=unlimited:unlimited" > /proc/$(pgrep -f some_name)/limits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment