]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
MM has a bug that when you ask for a specific amount of shared memory
authorRyan Bloom <rbb@apache.org>
Fri, 10 Nov 2000 21:51:10 +0000 (21:51 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 10 Nov 2000 21:51:10 +0000 (21:51 +0000)
commit6c604153ab38f4995238a329f67a6c389543ca7b
tree5a5d129730314edbacfddc86af0d8a1ada951323
parentf5858d9279a73dea96e7a11d9c3896baf9c8ef02
MM has a bug that when you ask for a specific amount of shared memory
it allocates just that amount.  But, MM actually uses some of it, so we
need to over allocate just a bit.  On 32 bit machines 40 bytes is enough,
but on a 64 bit machine it isn't.  So, we bump it up to 80 bytes until
MM fixes this bug.
Submitted by: David Hill <David.D.Hill@compaq.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86916 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/dexter/scoreboard.c
server/mpm/mpmt_pthread/scoreboard.c
server/mpm/perchild/scoreboard.c
server/mpm/prefork/prefork.c