Re: OSX 10.3.7 broke Postgresql 8.0.0b5?
От | Tom Lane |
---|---|
Тема | Re: OSX 10.3.7 broke Postgresql 8.0.0b5? |
Дата | |
Msg-id | 27953.1103346649@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: OSX 10.3.7 broke Postgresql 8.0.0b5? (Timothy Perrigo <tperrigo@wernervas.com>) |
Ответы |
Re: OSX 10.3.7 broke Postgresql 8.0.0b5?
Re: OSX 10.3.7 broke Postgresql 8.0.0b5? |
Список | pgsql-general |
Timothy Perrigo <tperrigo@wernervas.com> writes: > I'm getting the same error now too, although postgres was running > without problem this morning (I updated the OS yesterday). OS X 10.3.7 > Server, PostgreSQL 8.0RC1. Basically, I did a pg_dump, stopped the > server and then tried to start it again. Fascinating. As far as I can tell on my machine, 10.3.7 did not change the kernel IPC limits. So if it's not working for you guys that would suggest that 10.3.7 added some new background usage of IPC resources, which in combination with the PG postmaster exceeds the same-as-it-ever- was kernel limit. If ipcs worked then we'd have some chance of investigating this, but OS X doesn't provide ipcs. (Thank you Apple ... not) FWIW, my installation of PG on OS X defaults to max_connections = 50 shared_buffers = 300 because values higher than that exceed the default kernel limits. It looks like yours has 100/1000 --- did you hand-modify that? Or maybe you hand-modified the kernel limits? Another possible explanation is that the 10.3.7 update overwrote any local changes you'd made to the IPC limits. regards, tom lane
В списке pgsql-general по дате отправления: