in reply to resource control: FD
You can check from your shell (man ulimit or check your shell's manpage), or install BSD::Resource and use getrlimit.
$ perl -MBSD::Resource -le '@l = getrlimit(RLIMIT_NOFILE); print "soft + $l[0]\thard $l[1]"' soft 1024 hard 1024
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |