Re: FreeBSD & Shared Memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FreeBSD & Shared Memory
Дата
Msg-id 26418.1087061153@sss.pgh.pa.us
обсуждение исходный текст
Ответ на FreeBSD & Shared Memory  (Michael Fork <mfork00@yahoo.com>)
Список pgsql-admin
Michael Fork <mfork00@yahoo.com> writes:
> Here is the output of sysctl (which shows there is
> more shared mem available than postgres is asking for):

> bash-2.05b$ sysctl -a | grep shm
> kern.ipc.shmmax: 200000000
> kern.ipc.shmmin: 1
> kern.ipc.shmmni: 192
> kern.ipc.shmseg: 128
> kern.ipc.shmall: 8192
> kern.ipc.shm_use_phys: 0

I forget exactly what units shmall is measured in, but I'm pretty sure
that 8192 isn't enough to allow 100MB of shared memory.

            regards, tom lane

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

Предыдущее
От: Michael Fork
Дата:
Сообщение: FreeBSD & Shared Memory
Следующее
От: pginfo
Дата:
Сообщение: problem with pg_dump