Skip to content

Instantly share code, notes, and snippets.

@MateoV
Created June 11, 2015 21:28
Show Gist options
  • Save MateoV/f2fe407666cfdf4379f6 to your computer and use it in GitHub Desktop.
Save MateoV/f2fe407666cfdf4379f6 to your computer and use it in GitHub Desktop.
How to enable coredumps on an EC2
sudo su
echo "core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
ulimit -c unlimited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment