> From: Ravi Malghan

>bash-2.05$ ulimit -a
>core file size (blocks)     unlimited
>data seg size (kbytes)      unlimited
>file size (blocks)          unlimited
>open files                  256
>pipe size (512 bytes)       10
>stack size (kbytes)         8192
>cpu time (seconds)          unlimited
>max user processes          29995
>virtual memory (kbytes)     unlimited

>Looks like I can open only 256 files. Anyway I can get around within
perl without changing the actual limit on the operating system.

No, the OS controls this.  Depending on what the hard limit is, you may
be able to increase this yourself.  If the hard limit is also 256 then
ask your SA to increase that.  As mentioned before: man ulimit.

------------------------------------------------------------------------------

This email is confidential and may be legally privileged.

It is intended solely for the addressee. Access to this email by anyone else, 
unless expressly approved by the sender or an authorized addressee, is 
unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution or 
any action omitted or taken in reliance on it, is prohibited and may be 
unlawful. If you believe that you have received this email in error, please 
contact the sender, delete this e-mail and destroy all copies.

==============================================================================


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to