https://bz.apache.org/bugzilla/show_bug.cgi?id=61222

            Bug ID: 61222
           Summary: Apache consumes too much memory for CGI output.
           Product: Apache httpd-2
           Version: 2.4.26
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_cgi
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When an CGI program generates huge amount of output (magnitude of many
gigabytes),
the system becomes unresponsive due to memory consumption by Apache worker
process
which executed that CGI program. The Apache worker process should not consume
too
much memory trying to spool the output from the CGI program. Even if spooling
is
necessary for some reason, it should not consume too much memory and it should
free the memory after current request completed.

Original report (including steps to reproduce) is at
https://bugzilla.redhat.com/show_bug.cgi?id=1464406 .

I report here because I confirmed that this problem remains using
httpd-2.4.26.tar.bz2 .

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to