Re: - Server gives error when I run the sql query

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: <sriharsha(at)aworkflow(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: - Server gives error when I run the sql query
Date: 2003-05-04 13:46:13
Message-ID: NEBBLAAHGLEEPCGOBHDGMEAGHFAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


The error message gave you most of the answer. Either increase the available
memory from the OS or decrease the two parameters mentioned. You can set
these in postgresql.conf Look here for details:

http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=runtime-conf
ig.html

(BTW, the cheapest way to increase the RAM available is to use Linux instead
of Win2000 <grin>.)

> > This error usually means that PostgreSQL's request for
> > a shared memory segment exceeded available memory or
> > swap space. To reduce the request size (currently
> > 1441792 bytes), reduce
> > PostgreSQL's shared_buffers parameter (currently 64)
> > and/or its max_connections parameter (currently 32).

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Nick Fankhauser 2003-05-04 13:52:09 Re: How to recover error message at boot time?
Previous Message sriharsha@aworkflow.com 2003-05-04 12:58:51 - Server gives error when I run the sql query