ДЛ
К примеру, для сервера с памятью в 32 ГБ.
Я исторически ставлю RAM/2 для kernel.shmmax и RAM/kernel.shmmni для kernel.shmall, т.к. так делается для Oracle. Но есть подозрение, что для PG это неподходящие параметры.
Size: a a a
ДЛ
i
IZ
i
IZ
i
i
DP
i
DP
i
DP
i
YS
ДЛ
2020-07-02 08:47:39.963 MSK [3459] [5efd74fb.d83-6] db=,user=,host=,app= FATAL: could not map anonymous shared memory: Cannot allocate memory
2020-07-02 08:47:39.963 MSK [3459] [5efd74fb.d83-7] db=,user=,host=,app= HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space, or huge pages. To reduce the request size (currently 17632608256 bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.
2020-07-02 08:47:39.963 MSK [3459] [5efd74fb.d83-8] db=,user=,host=,app= LOG: database system is shut down
stopped waiting
pg_ctl: could not start server
YS
2020-07-02 08:47:39.963 MSK [3459] [5efd74fb.d83-6] db=,user=,host=,app= FATAL: could not map anonymous shared memory: Cannot allocate memory
2020-07-02 08:47:39.963 MSK [3459] [5efd74fb.d83-7] db=,user=,host=,app= HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory, swap space, or huge pages. To reduce the request size (currently 17632608256 bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.
2020-07-02 08:47:39.963 MSK [3459] [5efd74fb.d83-8] db=,user=,host=,app= LOG: database system is shut down
stopped waiting
pg_ctl: could not start server
EA
YS
ДЛ
EA