Re: FreeBSD and large shared_buffers a no-go? - Mailing list pgsql-general

From Tom Lane
Subject Re: FreeBSD and large shared_buffers a no-go?
Date
Msg-id 19933.1231353043@sss.pgh.pa.us
Whole thread Raw
In response to FreeBSD and large shared_buffers a no-go?  (Kirk Strauser <kirk@strauser.com>)
Responses Re: FreeBSD and large shared_buffers a no-go?  (Kirk Strauser <kirk@strauser.com>)
Re: FreeBSD and large shared_buffers a no-go?  (Kirk Strauser <kirk@strauser.com>)
List pgsql-general
Kirk Strauser <kirk@strauser.com> writes:
> First, shmget is asking for a lot less than shmmax - why is it failing?

Check to see if things work as expected when you have shmmax and shmall
set to a shade less than 2GB and fail when they are a shade more.  If
so, it would seem there's a signed-integer-overflow bug somewhere in the
kernel's handling of shmem requests ... which would be a reportable
kernel bug.

            regards, tom lane

pgsql-general by date:

Previous
From: Kirk Strauser
Date:
Subject: FreeBSD and large shared_buffers a no-go?
Next
From: Gerhard Heift
Date:
Subject: stable function called for every row?