Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

No child processes - system limit?

by clinton (Priest)
on Apr 01, 2010 at 13:34 UTC ( [id://832300]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        269        SELECT:
        270             {
    ...
        280                     die "select failed: $!";
        281                 }
        282         }
    
  2. or download this
        core file size          (blocks, -c) 0
        data seg size           (kbytes, -d) unlimited
    ...
        max user processes              (-u) 27968
        virtual memory          (kbytes, -v) unlimited
        file locks                      (-x) unlimited
    
  3. or download this
        RLIMIT_CPU :        -1
        RLIMIT_OPEN_MAX :   16384
    ...
        RLIMIT_AS :         -1
        RLIMIT_CORE :       0
        RLIMIT_RSS :        -1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://832300]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found