Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Process
/
//opt/alt/ruby27/share/ri/system/Process/getrlimit-c.ri
U:RDoc::AnyMethod[iI"getrlimit:ETI"Process::getrlimit;TT:privateo: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 <code>:CORE</code>, ;TI"-a string such as <code>"CORE"</code> or ;TI".a constant such as Process::RLIMIT_CORE. ;TI"'See Process.setrlimit for details.;T@o; ; [ I"@_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