You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2011/01/10 22:58:53 UTC

[PATCH] log rlimits at startup

It logs the fd, core file size, file size, and number of process
limits at level trace1.

The platform check is not so pretty (low-level feature checks similar
to those for the RLimit* directives) but OTOH it would be more
boilerplate code that has to be added to most MPMs.

Any thoughts on improving the placement of the call to the logging
function (or anything else, of course)?