Solaris process debugging

From Lolly's Wiki
Revision as of 12:38, 3 December 2015 by Lollypop (talk | contribs) (Die Seite wurde neu angelegt: „Kategorie:Solaris ==Set the core file size limit on a process== For example for the sshd (and all resulting childs later): <source lang=bash> # prctl -n pr…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Kategorie:Solaris

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)