https://issues.apache.org/bugzilla/show_bug.cgi?id=50559
--- Comment #1 from Stefan Fritsch <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
