GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PROTECT(1) FreeBSD General Commands Manual PROTECT(1)

protect
protect processes from being killed when swap space is exhausted

protect [-i] command

protect [-cdi] -g pgrp | -p pid

The protect command is used to mark processes as protected. The kernel does not kill protected processes when swap space is exhausted. Note that this protected state is not inherited by child processes by default.

The options are:

Remove protection from the specified processes.
Apply the operation to all current children of the specified processes.
Apply the operation to all future children of the specified processes.
pgrp
Apply the operation to all processes in the specified process group.
pid
Apply the operation to the specified process.
command
Execute command as a protected process.

Note that only one of the -p or -g flags may be specified when adjusting the state of existing processes.

The protect utility exits 0 on success, and >0 if an error occurs.

Mark the Xorg server as protected:

pgrep Xorg | xargs protect -p

Protect all ssh sessions and their child processes:

pgrep sshd | xargs protect -dip

Remove protection from all current and future processes:

protect -cdi -p 1

procctl(2)

If you protect a runaway process that allocates all memory the system will deadlock.
September 19, 2013 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.