This is the recommended and most portable way to start processes
in Pike. The process object is a pike abstraction of the running
system process, with methods for various process housekeeping.
Constant
limit_value
constant Process.create_process.limit_value
Description
Each limit_value may be either of:
integer
sets current limit, max is left as it is.
mapping
([ "hard":int, "soft":int ]) Both values are optional,
hard <= soft.
array
({ hard, soft }), both can be set to the string
"unlimited". A value of -1 means 'keep the old value'.
string
The string "unlimited" sets both the hard and soft limit to unlimited
Module reference for Pike v7.8 release 116, 2008-12-31