Re: BUG #17938: could not open shared memory segment "/PostgreSQL.615216676": No such file or directory

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: BUG #17938: could not open shared memory segment "/PostgreSQL.615216676": No such file or directory
Дата
Msg-id 20230524.100951.1995911263879377795.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Re: BUG #17938: could not open shared memory segment "/PostgreSQL.615216676": No such file or directory  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Ответы Re: BUG #17938: could not open shared memory segment "/PostgreSQL.615216676": No such file or directory  (Onkobu <onkobu@onkobutanaake.de>)
Список pgsql-bugs
At Wed, 24 May 2023 09:57:35 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in 
> dynamic_shared_memory_type. Outside of Windows, it first prefers
> posix, then sysv and finally mmap. Thus it is quite usual to use posix
> for DSM segments. Actually posix is defaultly used for

It is written in the documentation.

https://www.postgresql.org/docs/15/runtime-config-resource.html#GUC-DYNAMIC-SHARED-MEMORY-TYPE

> The use of the mmap option, which is not the default on any
> platform, is generally discouraged because the operating system may
> write modified pages back to disk repeatedly, increasing system I/O
> load; however, it may be useful for debugging, when the pg_dynshmem
> directory is stored on a RAM disk, or when other shared memory
> facilities are not available.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: BUG #17938: could not open shared memory segment "/PostgreSQL.615216676": No such file or directory
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Logical Replica ReorderBuffer Size Accounting Issues