Re: [ADMIN] shared_buffers setting

2008-09-15 Thread kevin kempter
Thanks ! On Sep 15, 2008, at 7:10 PM, Tom Lane wrote: kevin kempter <[EMAIL PROTECTED]> writes: I'm unclear per the docs what the effect is of specifying a shared buffers value without a kB or an MB at the end. For example if I specify shared buffers as: shared_buffers = 5000 would this equat

Re: [ADMIN] shared_buffers setting

2008-09-15 Thread Tom Lane
kevin kempter <[EMAIL PROTECTED]> writes: > I'm unclear per the docs what the effect is of specifying a shared > buffers value without a kB or an MB at the end. > For example if I specify shared buffers as: > shared_buffers = 5000 > would this equate to 5000 8K pages, or 5000K, 5000bytes? Pages.