PHP » GoLang |
login |
register |
about
|
GoLang posix_setrlimit
request it (322)
GoLang replacement for PHP's posix_setrlimit
[edit | history]
posix_setrlimit(PHP 7) posix_setrlimit — Set system resource limits Description
bool posix_setrlimit
( int
$resource
, int $softlimit
, int $hardlimit
)posix_setrlimit() sets the soft and hard limits for a given system resource. Each resource has an associated soft and hard limit. The soft limit is the value that the kernel enforces for the corresponding resource. The hard limit acts as a ceiling for the soft limit. An unprivileged process may only set its soft limit to a value from 0 to the hard limit, and irreversibly lower its hard limit. Parameters
Return Values
Returns |
more
Recently updated
more
Most requested
more
Last requests
|