Re: PG 9.0 - Default postgresql.conf?
От | Greg Smith |
---|---|
Тема | Re: PG 9.0 - Default postgresql.conf? |
Дата | |
Msg-id | 4DB866F7.8010907@2ndquadrant.com обсуждение исходный текст |
Ответ на | Re: PG 9.0 - Default postgresql.conf? (Phoenix Kiula <phoenix.kiula@gmail.com>) |
Список | pgsql-general |
Phoenix Kiula wrote: > >> What changes does initdb make -- can I make them by myself? >> The main thing is that it adjusts shared_buffers down until the server will start without exceeding the OS limits. It also sets some locale parameters within the database. > Btw, the default file is FAILING. The server does not restart. > > How can I check what the problem is? I don't see any errors at least > on the command line.All I see is: > The errors are probably in /var/lib/pgsql/9.0/pgstartup.log Most of the time the problem is either: a) shared_buffers and the other memory parameters are set too high for the OS settings. b) There is already an instance running, or some file left behind from an earlier instance, that is blocking startup of the new server. c) A file is missing, corrupted, or has the wrong permissions All of the common cases identify themselves clearly in the log file. -- Greg Smith 2ndQuadrant US greg@2ndQuadrant.com Baltimore, MD PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.us "PostgreSQL 9.0 High Performance": http://www.2ndQuadrant.com/books
В списке pgsql-general по дате отправления: