Re: Converting postgresql.conf parameters to kilobytes
From:
Marko Karppinen <marko(at)karppinen(dot)fi>
To:
Frank Wiles <frank(at)wiles(dot)org>
Cc:
shridhar(at)frodo(dot)hserus(dot)net, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Converting postgresql.conf parameters to kilobytes
Date:
2004-06-04 10:10:02
Message-ID:
57CA31BA-B60F-11D8-8039-000A95C56374@karppinen.fi (view raw or flat )
Thread:
2004-05-30 12:50:22 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-05-30 16:03:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-05-31 08:05:29 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-05-31 13:11:42 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2004-05-31 13:59:31 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-05-31 16:30:21 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-05-31 16:46:05 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2004-06-01 02:04:23 from Neil Conway <neilc(at)samurai(dot)com>
2004-06-01 03:42:29 from Greg Stark <gsstark(at)mit(dot)edu>
2004-06-01 08:42:39 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-06-01 12:31:56 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-06-02 13:53:35 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-06-02 14:46:02 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-06-02 14:55:38 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-06-02 15:05:43 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-06-02 15:20:02 from Frank Wiles <frank(at)wiles(dot)org>
2004-06-02 15:29:47 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2004-06-02 15:33:45 from Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
2004-06-04 10:10:02 from Marko Karppinen <marko(at)karppinen(dot)fi>
2004-06-04 13:25:42 from Frank Wiles <frank(at)wiles(dot)org>
2004-06-04 14:25:41 from Greg Stark <gsstark(at)mit(dot)edu>
2004-05-31 12:39:01 from Harald Fuchs <hf517(at)protecting(dot)net>
2004-05-30 17:15:44 from pgsql(at)mohawksoft(dot)com
Lists:
pgsql-hackers
Frank Wiles wrote:
> shared_buffers = 10000 ( shared_buffers in pages )
> shared_buffers = 100M ( 100 MBs of shared_buffers )
> shared_buffers = 2048K ( 2MBs of shared_buffers )
I don't know if this is pedantic or just obsessive-compulsive,
but I think it should be MB and KB (or more properly, kB)
instead of just M and K, to distinguish from kilopages
or megapages.
mk
In response to
Responses
pgsql-hackers by date
Next :From: Jochem van DietenDate: 2004-06-04 10:49:20
Subject : Re: Understanding transactions
Previous :From : Karel ZakDate : 2004-06-04 08:47:26
Subject : Re: [HACKERS] Slony-I goes BETA