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

            Bug ID: 60660
           Summary: Memory Limit
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Hi guys, could be possible implement a MAX MEMORY LIMIT in each WORKER?
for example... if one thread/process (thread/worker/etc...) consume more than
Xbytes after a request, close the worker and open a new one, it's very usefull
to avoid OOM

what i'm doing today is a php script executing this, if http apache process
memory usage is bigger than X MB execute a KILL command to graceful-restart the
process, this save me a lot of nights sleeping well

-- 
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