From: | Alfred Perlstein <bright(at)wintelcom(dot)net> |
---|---|
To: | mlw <markw(at)mohawksoft(dot)com> |
Cc: | Hackers List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Upper limit on number of buffers? |
Date: | 2000-12-25 03:04:03 |
Message-ID: | 20001224190403.B19572@fw.wintelcom.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
* mlw <markw(at)mohawksoft(dot)com> [001224 18:06] wrote:
> This line works:
> /usr/local/pgsql/bin/postmaster -N 32 -B 928 -i -S
> -D/home/postgres/pgdev -o "-F -fs -S 4096"
>
> Where as this line:
>
> /usr/local/pgsql/bin/postmaster -N 32 -B 1024 -i -S
> -D/home/postgres/pgdev -o "-F -fs -S 4096"
>
> does not.
>
> Any ideas?
> I have 256M of memory, RedHat Linux 7.0, CVS version of Postgres as of a
> couple days ago.
Giving us the exact reason it "doesn't work" would be helpful, perhaps
the error message?
I'm just going to guess that you need to consult your OS's
documentation and figure out how to raise the amount of system V
shared memory available.
--
-Alfred Perlstein - [bright(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
"I have the heart of a child; I keep it in a jar on my desk."
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2000-12-25 03:25:04 | Re: Upper limit on number of buffers? |
Previous Message | Rod Taylor | 2000-12-24 22:00:08 | Thoughts regarding pg_dump |