269 SELECT: 270 { 271 my $nfound = select($rbits, $wbits, undef, $sel_timeout); 272 if ($nfound < 0) { 273 if ($!{EINTR} || $!{EAGAIN}) { 274 if ($time_before) { 275 $sel_timeout = $sel_timeout_before - (time - $time_before); 276 $sel_timeout = 0 if $sel_timeout < 0; 277 } 278 redo SELECT; 279 } 280 die "select failed: $!"; 281 } 282 } #### core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 27968 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) unlimited open files (-n) 16384 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 10240 cpu time (seconds, -t) unlimited max user processes (-u) 27968 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited #### RLIMIT_CPU : -1 RLIMIT_OPEN_MAX : 16384 RLIMIT_LOCKS : -1 RLIMIT_VMEM : -1 RLIMIT_FSIZE : -1 RLIMIT_STACK : 10485760 RLIMIT_MEMLOCK : 32768 RLIMIT_NOFILE : 16384 RLIMIT_DATA : -1 RLIMIT_NPROC : 27968 RLIMIT_OFILE : 16384 RLIMIT_AS : -1 RLIMIT_CORE : 0 RLIMIT_RSS : -1