resource.getrlimit(resource)
Returns a tuple (soft, hard)
with the current soft and hard limits of resource. Raises ValueError
if an invalid resource is specified, or error
if the underlying system call fails unexpectedly.
resource.getrlimit(resource)
Returns a tuple (soft, hard)
with the current soft and hard limits of resource. Raises ValueError
if an invalid resource is specified, or error
if the underlying system call fails unexpectedly.
Designed by : w10schools
service@w10schools.com
Please login to continue.