Solaris process debugging
From Lolly's Wiki
Set the core file size limit on a process
For example for the sshd (and all resulting childs later):
# prctl -n process.max-core-size -v 8m -t privileged -r -e deny $(pgrep -u root -o sshd)
For example for the sshd (and all resulting childs later):
# prctl -n process.max-core-size -v 8m -t privileged -r -e deny $(pgrep -u root -o sshd)