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

--- Comment #6 from Joe Orton <[email protected]> ---
My understanding of this area is definitely not perfect, but:

"resident memory (RSS) as they are read for SSL/TLS encryption, and are not
released until the connection closes"

...this seems confusing to me. The fact that mmap() increases measured RSS
compared to using read() does NOT (or SHOULD not) imply that there is an
additional physical memory requirement from that configuration. mmap-ed pages
are NOT somehow pinned into physical memory for the duration of a connection
any more than pages in the buffer cache are if using read().

If the use of MMAP bucket is causing additional memory stress that is likely a
sign of a bug somewhere.

"I ran an strace on the Apache process and saw occasional 8k mallocs"

... which also sounds like a bug.

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