Re: Setting shared_buffers No Effect

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Setting shared_buffers No Effect
Дата
Msg-id CAHyXU0xbucbSMGRuobdoX7CUZjBRvGXDxU_rgVVwJ_WYnAMcCg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Setting shared_buffers No Effect  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
On Tue, Apr 17, 2018 at 1:27 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Lorne Wanamaker <feldan1@gmail.com> writes:
>> Trying to set shared_buffers to 256MB but seems not to take effect. I have
>> in postgresql.conf:
>> shared_buffers = 256MB
>> Have restarted the service. Yet when using "SHOW shared_buffers" it returns
>> 4MB. Query being run in pgAdmin4.
>
> Maybe there's another setting later in the file, or in
> postgresql.auto.conf?  This would give you a clearer
> idea of where the active setting is coming from:
>
> select source,sourcefile,sourceline from pg_settings
>   where name = 'shared_buffers';

Another super obvious thing to point out is that shared_buffers takes
effect after starting the server.

merlin


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Setting shared_buffers No Effect
Следующее
От: JORGE MALDONADO
Дата:
Сообщение: Extract date portion of a datetime field