Re: CPU Configuration - postgres

Поиск
Список
Период
Сортировка
От Sebastian Dressler
Тема Re: CPU Configuration - postgres
Дата
Msg-id 16DB7D72-AA9D-451F-9C2D-B39A03021EB6@swarm64.com
обсуждение исходный текст
Ответ на CPU Configuration - postgres  ("Sujith Kumar.S" <sujiplr@gmail.com>)
Ответы Re: CPU Configuration - postgres  (Adam Brusselback <adambrusselback@gmail.com>)
Список pgsql-general
Hi,

> On 11. Jun 2020, at 10:24, Sujith Kumar.S <sujiplr@gmail.com> wrote:
> 
> Is there any configuration in postgresql that restrict the number of CPU usage by postgres process.

For parallelism, there are these options:

- max_parallel_workers_per_gather
- max_parallel_workers
- max_worker_processes

Where the first two essentially can limit the amount of cores to be used.

Is that what you were asking for?

Cheers,
Sebastian

--

Sebastian Dressler, Solution Architect 
+49 30 994 0496 72 | sebastian@swarm64.com 

Swarm64 AS
Parkveien 41 B | 0258 Oslo | Norway
Registered at Brønnøysundregistrene in Norway under Org.-Number 911 662 787
CEO/Geschäftsführer (Daglig Leder): Thomas Richter; Chairman/Vorsitzender (Styrets Leder): Dr. Sverre Munck 

Swarm64 AS Zweigstelle Hive
Ullsteinstr. 120 | 12109 Berlin | Germany
Registered at Amtsgericht Charlottenburg - HRB 154382 B


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pgbouncer logrotate found error, skipping
Следующее
От: Adam Brusselback
Дата:
Сообщение: Re: CPU Configuration - postgres