Re: [HACKERS] PC Week Labs benchmark results

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Timothy Dyck <Timothy_Dyck(at)zd(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PC Week Labs benchmark results
Date: 2000-02-26 05:35:19
Message-ID: 12423.951543319@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> Timothy Dyck <Timothy_Dyck(at)zd(dot)com> writes:
>> 8. Can't start postmaster with more than 65536 buffers as I get a "FATAL
>> 1: couldn't initialize shared buffer pool Hash Tbl". Variable overflow?

> Probably. Hadn't occurred to me that we need to check for a sane upper
> bound on the number of buffers, but I guess we do. (You do realize that
> would be half a gig of in-memory buffers, right? If you've actually got
> that much RAM, it's probably better to let the OS use it for general-
> purpose disk buffers instead of dedicating it all to Postgres.)

Just FYI, this is now fixed for 7.0. Turns out there was a bogus
hard-wired assumption about the maximum size of the hashtable for
shared buffers.

I still doubt that anyone really *needs* more than 64K buffers ;-)
... but it will work if you have the RAM.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-02-26 06:01:33 Re: [HACKERS] ALTER TABLE DROP COLUMN
Previous Message Don Baccus 2000-02-26 05:15:13 Re: [HACKERS] LZTEXT for rule plan stings