You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/09 23:18:13 UTC

DO NOT REPLY [Bug 50559] Memory leak on long lines, leading to complete system freeze

https://issues.apache.org/bugzilla/show_bug.cgi?id=50559

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> 2011-03-09 17:18:11 EST ---
The memory usage basically grows quadratically with the line length and with
the number of substitutions per line. This sucks.

If appropriate for your patterns, you can maybe work around this by using the
'q' flag (see the docs). If there is only one Substitute pattern, the 'q' flag
is always enabled, which is consistent with the behavior you observed.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org