From sam forum
1. core files are generated in user's home directory. this problem exists since sam 2007 to avoid that: open as root: /etc/profile and change the following
[ "$UID" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1
to
[ "$UID" = "0" ] && ulimit -S -c 0 > /dev/null 2>&1
No comments:
Post a Comment