Wednesday, January 14, 2004
Enable cores in Linux
================
Sometimes you may have noticed "core" files not getting created in Linux boxes when tux servers crash.
Do the following to enable cores in your Linux environment.
ulimit -c unlimited
And restart your servers.
================
Sometimes you may have noticed "core" files not getting created in Linux boxes when tux servers crash.
Do the following to enable cores in your Linux environment.
ulimit -c unlimited
And restart your servers.