Learn R Programming

RAppArmor (version 0.6.0)

setpriority: Get/set process priority

Description

Get/set the priority of the current process. High value is low priority. Only superusers can lower the value.

Usage

setpriority(prio, verbose = TRUE)

Arguments

prio
priority value between -20 and 20
verbose
print some C output (TRUE/FALSE)