Description
A process can be kept below a chosen processor-use percentage by periodically pausing and resuming it with POSIX signals. It is useful for administrators slowing background jobs that would otherwise make the system less responsive.
Signal-based limiting can affect timing-sensitive programs, services, or tasks that expect continuous execution. Test on noncritical processes before using it in scripts.