PHP.nl

posix_setrlimit

posix_setrlimit

Set system resource limits

bool **posix_setrlimit** int $resource int $soft_limit int $hard_limit
sets the soft and hard limits for a

given system resource. posix_setrlimit

resource The

   corresponding to the limit that is being set.
  resource limit constant

soft_limit The soft limit, in whatever unit the resource limit requires, or . POSIX_RLIMIT_INFINITY

hard_limit The hard limit, in whatever unit the resource limit requires, or . POSIX_RLIMIT_INFINITY

return.success

posix_getrlimit