U:RDoc::AnyMethod[iI"getrlimit:ETI"Process::getrlimit;TT:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"-Gets the resource limit of the process. ;TI"0_cur_limit_ means current (soft) limit and ;TI",_max_limit_ means maximum (hard) limit.;To:RDoc::Markup::BlankLine o;
; [
I"9_resource_ indicates the kind of resource to limit. ;TI"=It is specified as a symbol such as :CORE
, ;TI"-a string such as "CORE"
or ;TI";a constant such as Process::RLIMIT_CORE
. ;TI"'See Process.setrlimit for details.;T@o;
; [ I"M_cur_limit_ and _max_limit_ may be Process::RLIM_INFINITY
, ;TI"-Process::RLIM_SAVED_MAX
or ;TI"+Process::RLIM_SAVED_CUR
. ;TI"JSee Process.setrlimit and the system getrlimit(2) manual for details.;T:
@fileI"process.c;T:0@omit_headings_from_table_of_contents_below0I"=Process.getrlimit(resource) -> [cur_limit, max_limit]
;T0[ I" (p1);T@FI"Process;TcRDoc::NormalModule00