Shared Memory/Shared Buffers - Mailing list pgsql-general

From Alex Turner
Subject Shared Memory/Shared Buffers
Date
Msg-id 33c6269f0501280723798fa84c@mail.gmail.com
Whole thread Raw
Responses Re: Shared Memory/Shared Buffers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I have noticed that I can't set the shared buffers above 15512 which
is exactly 128MB of RAM.  Even if I set /proc/sys/kernel/shmmax above
that, postgres refuses to start with a setting over 128MB.

Anyone have any ideas about this?

I guess there are a couple of questions - would I ever need a shared
buffers setting over 128MB?  And if I do, how can I set it?  The
database performs a lot of searches that are very heavy on seq scans
on a couple of tables, one with 35k rows that joins agains one with 2m
rows.  The results are always sorted.

The system is Running SuSe 9.2 with kernel 2.6.8 on 2xAMD Opteron with 4GB RAM

Alex Turner
NetEconomist

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Import SVG file
Next
From: Tom Lane
Date:
Subject: Re: Shared Memory/Shared Buffers