Re: SHMMAX value

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: "Thalis A(dot) Kalfigopoulos" <thalis(at)cs(dot)pitt(dot)edu>, pgsql-general(at)postgresql(dot)org
Subject: Re: SHMMAX value
Date: 2001-06-27 17:26:05
Message-ID: 01062713260500.01166@lowen.wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 27 June 2001 12:47, Thalis A. Kalfigopoulos wrote:
> This was asked repeatedly the past 2 weeks. With regard to "what is a sane
> value for shmmax in the kernel?" Oracle's recommendation is to go for
> 0.5*physical_memory. So I gues that 0.25*physical_memory for Pg should be
> fine.

It is entirely dependent upon the load the machine is under, and what else is
running on the machine, as well as the size of the dataset.

For some servers and datasets the kernel default is 'sane' -- for others, it
is not.

I've run PostgreSQL for almost 4 years --- and I've yet to need to change
SHMMAX from the defaults. But I am using AOLserver, which puts far less load
on a database server than other webservers or cther clients for the same
number of simultaneous connects. And it is an Intranet system -- not heavily
loaded, either.

But, beyond that, the question has in fact been answered before. See the
archives. Or just use this formula:
SHMMAX>dataset-size for highest performance. The idea is to get the whole
database in RAM. Barring that, you want to get enough SHM to do the largest
sort/join you have entirely in RAM.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

  • SHMMAX value at 2001-06-27 16:47:44 from Thalis A. Kalfigopoulos

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-06-27 17:31:44 Re: Data migration problems with Upgrade from Version 6.5.2 to 7.1.2
Previous Message Tony Grant 2001-06-27 17:07:47 Re: Books on PostgreSQL?