Re: Upper limit on number of buffers?

From: mlw <markw(at)mohawksoft(dot)com>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Upper limit on number of buffers?
Date: 2000-12-25 23:26:51
Message-ID: 3A47D7BB.CD123551@mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov wrote:
>
> /proc/sys/kernel/shmmax

I think I am getting a lot of "Homer Simpson" awards this year. The
killer is that I have dealt with this problem on another project. Thanks
guys.

> Oleg
> On Sun, 24 Dec 2000, mlw wrote:
>
> > Date: Sun, 24 Dec 2000 13:52:43 -0500
> > From: mlw <markw(at)mohawksoft(dot)com>
> > To: Hackers List <pgsql-hackers(at)postgresql(dot)org>
> > Subject: [HACKERS] Upper limit on number of buffers?
> >
> > 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.
> >
> > --
> > http://www.mohawksoft.com
> >
>
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83

--
http://www.mohawksoft.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2000-12-26 01:27:30 Re: COUNT(Distinct city) HELP!!!
Previous Message mlw 2000-12-25 23:23:19 Re: COUNT(Distinct city) HELP!!!