
[Top]
Process
Process.create_process
|
Class Process.create_process
- Constant
limit_value
constant Process.create_process()->limit_value = int|array(int|string)|mapping(string:int|string)|string
- 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
Extracted from Pike v7.3 release 11 at 2001-11-03.
|