Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ sudo -s
# ulimit -c unlimited
# ulimit -f unlimited
# /usr/local/bin/trafficserver start

If your traffic_server is started by root from init or others, it will get setuid/setgid, when you want to dump the core, you should set /proc/sys/fs/suid_dumpable = 1, e.g.

Code Block

# echo 1 > /proc/sys/fs/suid_dumpable