signals · signals/SIGXCPU
SIGXCPU
CPU time limit exceeded
Sent when a process exceeds its soft CPU time limit set via setrlimit(2). The process may catch this signal to save state before SIGKILL is delivered when the hard limit is reached.
Sent when a process exceeds its soft CPU time limit set via setrlimit(2). The process may catch this signal to save state before SIGKILL is delivered when the hard limit is reached.