Re: [GENERAL] shared memory - progress

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: John Henderson <jrh(at)is(dot)com(dot)fj>
Cc: bsdi-users(at)mailinglists(dot)org, pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] shared memory - progress
Date: 1999-12-23 06:05:26
Message-ID: 199912230605.BAA15284@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[Charset iso-8859-1 unsupported, filtering to ASCII...]
> OK,
> I can assign and manipulate shared memory in BSD/OS3.0 notes to follow.
> Now the problem is that as I vary the number of shared buffers and amount of
> shared memory I vary between two kinds of errors. If shared mem is too low
> that generates an error - 'out of buffers', if too high, I get palloc
> errors - memory exhausted.

Too low means you are asking for more shared memory than was configured
for your kernel. palloc errors are because there is not enough memory
left for your query to complete.

Most palloc errors are caused by some user error, or too many OR's in a
query, which will be fixed in the next release.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathan L. Cutler 1999-12-23 06:41:07 Possible FAQs: single-quote and rename database
Previous Message John Henderson 1999-12-23 05:58:16 shared memory - progress