Re: Trouble Upgrading Postgres - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Trouble Upgrading Postgres
Date
Msg-id e73503e5-6094-817b-363c-58f352984c4f@aklaver.com
Whole thread Raw
In response to Re: Trouble Upgrading Postgres  (Charles Martin <ssappeals@gmail.com>)
Responses Re: Trouble Upgrading Postgres
List pgsql-general
On 11/5/18 7:04 AM, Charles Martin wrote:
> Adrian said:
> 
>  >Tom was referring to this from your previous post:
>  >(postmaster) total-vm:3068900kB,
>  >where vm(VM) is Virtual Memory:
>  >https://stackoverflow.com/questions/18845857/what-does-anon-rss-and-total-vm-mean#22326766
>  >So what is your shared_buffers:
>  >https://www.postgresql.org/docs/10/static/runtime-config-resource.html
>  >set to?
> 
> Ok, thanks for explaining this. Here is the current value:
> "shared_buffers""131072""8kB"
> 

It should be a single value something like this for the default:

shared_buffers = 128MB


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Charles Martin
Date:
Subject: Re: Trouble Upgrading Postgres
Next
From: Tom Lane
Date:
Subject: Re: Trouble Upgrading Postgres