]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
A modification to reduce the memory usage of the server:
authorBrian Pane <brianp@apache.org>
Sun, 13 Jan 2002 21:30:14 +0000 (21:30 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 13 Jan 2002 21:30:14 +0000 (21:30 +0000)
commit5ce2fa7b99d7ecb922f931559ddac87f92e8a0c3
treee06496a3e55a8c5ab047ccc2ac0ac352f5122d2a
parentfc787e875d63603cee0d3d11efc1615fe9e9093b
A modification to reduce the memory usage of the server:
Reduced the initial size of the r->headers_in and r->subprocess_env
tables...this saves us 600 bytes per request, which (based on tests
I just ran) helps keep r->pool from overflowing its initial 8KB
allocation and having to alloc another 8KB block.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92843 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c