Ask a Question related to PostgreSQL / PGSQL, Design and Development.
-
Alex Turner #1
Shared Memory/Shared Buffers
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
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
[url]http://www.postgresql.org/docs/faq[/url]
Alex Turner Guest
-
Shared memory and Mac OS X
The problem with not being able to set shmmax and shmall in a startup script in Mac OS X is not that you are setting them too late in the boot... -
Shared video memory
Hello. I want to buy a new notebook and I'm going to install FH MX & PS 8(phtoshop8) in it.I wonder if you can direct me.I want to buy Toshiba... -
Shared memory. Error.
Hi, - When starting informix the following error appears: 12:52:14 Informix Dynamic Server 2000 Initialized -- Shared Memory Initialized.... -
Shared memory in OS X?
I am porting an app from Classic to OS X...and the biggest problem I've run into is how to get live notification of changes to prefs. The app... -
I think I need a DB with no shared memory
Whilst installing DBD::Informix, I encountered the following problem bash-2.03# esql -o esqlbasic esqlbasic.ec bash-2.03# ./esqlbasic... -
Tom Lane #2
Re: Shared Memory/Shared Buffers
Alex Turner <armtuk@gmail.com> writes:
Check your shmall setting, too.> 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.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
[url]http://archives.postgresql.org[/url]
Tom Lane Guest



Reply With Quote

