Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 9CADC6502AF; Thu, 24 Jul 2008 14:54:36 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 18700-08; Thu, 24 Jul 2008 14:54:32 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from tinlc.com (unknown [72.18.206.65]) by postgresql.org (Postfix) with ESMTP id C77F565020C; Thu, 24 Jul 2008 14:54:33 -0300 (ADT) Received: from biglumber.com ([72.18.206.64] helo=localhost) by tinlc.com with smtp (Exim 4.60) (envelope-from ) id 1KM51L-0000en-NF; Thu, 24 Jul 2008 12:54:31 -0500 From: "Greg Sabino Mullane" To: pgsql-docs@postgresql.org Cc: pgsql-hackers@postgresql.org CC: pgsql-hackers@postgresql.org Subject: Re: [ADMIN] shared_buffers and shmmax X-PGP-Key: 2529 DF6A B8F7 9407 E944 45B4 BC9B 9067 1496 4AC8 X-Request-PGP: http://www.biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8 In-Reply-To: <28167.1216737959@sss.pgh.pa.us> Date: Thu, 24 Jul 2008 17:54:31 -0000 X-Mailer: JoyMail 2.01 Message-ID: <3bd4182ebf79bc4a171f08d03d2edb2f@biglumber.com> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.1 tagged_above=0 required=5 tests=RDNS_NONE=0.1 X-Spam-Level: X-Archive-Number: 200807/8 X-Sequence-Number: 4939 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 NotDashEscaped: You need GnuPG to verify this message >> shared_buffers is in disk block size, typically 8K > The table the OP is looking at (table 17.2 in the 8.3 docs) predates > the ability to specify shared_buffers in KB or MB instead of > number-of-buffers. I agree it's not entirely obvious that what it > means is "multiply your setting in KB/MB by 8400/8192". Anybody have > an idea how to clarify things? Bite the bullet and start showing the buffer settings as a pure number of bytes everywhere, and get rid of the confusing '8kB' unit in pg_settings? Things like this don't help our cause: test=# show shared_buffers; shared_buffers ---------------- 24MB (1 row) test=# set temp_buffers = '24MB'; SET test=# show temp_buffers; temp_buffers -------------- 3072 test=# select name, setting from pg_settings where name ~ 'buffers'; name | setting ----------------+--------- shared_buffers | 3072 temp_buffers | 3072 wal_buffers | 8 test=# show wal_buffers; wal_buffers ------------- 64kB -- Greg Sabino Mullane greg@turnstep.com End Point Corporation PGP Key: 0x14964AC8 200807241351 http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8 -----BEGIN PGP SIGNATURE----- iEYEAREDAAYFAkiIwYYACgkQvJuQZxSWSsiY5wCfU/tca+1JakWaMCDDRHEHk/Uj 1rcAoMi1FNGSpJhyXWde1psygq6v3MlS =gCPg -----END PGP SIGNATURE-----