Re: Trouble Upgrading Postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Charles Martin <ssappeals(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Trouble Upgrading Postgres
Date: 2018-11-05 16:11:00
Message-ID: 25067.1541434260@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Charles Martin <ssappeals(at)gmail(dot)com> writes:
> Ok, thanks for explaining this. Here is the current value:
> "shared_buffers" "131072" "8kB"

Well, that's 1GB, which might be ambitious inside a VM with a hard
restriction to 4GB total RAM. Postgres can get by with a *lot* less.
Try knocking it down to a tenth of that and see if it makes a difference.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrien NAYRAT 2018-11-05 16:41:06 Re: ERROR: found multixact from before relminmxid
Previous Message Adrian Klaver 2018-11-05 15:13:31 Re: Trouble Upgrading Postgres