You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/07/27 22:25:40 UTC

setrlimit and Linux

As the code stands, Linux is currently not taking advantage
of any of the code designed to raise these limits. I'm not
aware if Linux supports the setrlimit() call or if it has
sys/resource.h. If so, someone needs to add HAVE_SYS_RESOURCE_H
to conf.h in the Linux section to turn this on. 

This is also true of several other platforms.