How to solve error IpcSemaphoreCreate in Cygwin

Поиск
Список
Период
Сортировка
От Cornelia Boenigk
Тема How to solve error IpcSemaphoreCreate in Cygwin
Дата
Msg-id 002801c2c876$49a76b00$7f54fea9@zwerg98
обсуждение исходный текст
Ответ на Updated Cygwin Package: postgresql-7.3.1-1  (Jason Tishler <jason@tishler.net>)
Ответы Re: How to solve error IpcSemaphoreCreate in Cygwin  (Justin Clift <justin@postgresql.org>)
Список pgsql-cygwin
Hello All

When trying to start postmaster (7.3.1) the following error occurs:

IpcSemaphoreCreate: semget(key=5432083, num=17, 03600) failed: No space
left on device

This error does *not* mean that you have run out of disk space.

It occurs when either the system limit for the maximum number of semaphore
sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS),
would be exeeded. You need to raise the respective kernel parameter.
...

How can I change the kernel parameters in Cygwin? Or is there any other
solution to this problem?

Tanks in advance
Conni


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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Initializing PostgreSQL falied
Следующее
От: Justin Clift
Дата:
Сообщение: Re: How to solve error IpcSemaphoreCreate in Cygwin