Void setRLimit(Resource res, Int soft, Int hard=-1)
Arguments
res: The resource limit to setsoft: The soft limit to set (-1 for unlimited)hard: The hard limit to set (-1 for unlimited). This parameter may be omitted and defaults to -1.
Usage
Set the hard and soft limits for the specified resource.