Re: Many instances of postgres.exe
От
Brian Modra
Тема
Re: Many instances of postgres.exe
Дата
Msg-id
5a9699850910150907n4326f9c6pe67a78b78f509f9f@mail.gmail.com
Ответ на
Many instances of postgres.exe (Bob Pawley)
Список
Дерево обсуждения
Many instances of postgres.exe "Bob Pawley" <rjpawley@shaw.ca>
Re: Many instances of postgres.exe John R Pierce <pierce@hogranch.com>
Re: Many instances of postgres.exe Brian Modra <brian@zwartberg.com>
Re: Many instances of postgres.exe Scott Mead <scott.lists@enterprisedb.com>
Re: Many instances of postgres.exe "Massa, Harald Armin" <chef@ghum.de>
2009/10/15 Bob Pawley : > Hi > > While looking at an error message for iexplore.exe, I noticed, on Task > Manager, that there are 5 or more instances of postgres.exe running. Each > instance is consuming between 7 to 10 megs of resources, for a total of > almost 50 megs. > > Is this normal behavour? yes > If so, could someone enlighten me as to the purpose? Its good that it uses more than one process, because each task then is separated from other tasks by the operating system's memory management. I.e. if one crashes, the others stay up. This is good design as opposed to hugely multi-threaded apps where one little bug can bring everything down. The memory used is configurable, you can set up the amount of caching, but actually I am not sure exactly how much memory is used for what purpose. However, I set up my server with larger cache than standard. It has a load of memory though... 50Mb is very little memory considering you are talking about a professional database system.... > Bob -- Brian Modra Land line: +27 23 5411 462 Mobile: +27 79 69 77 082 5 Jan Louw Str, Prince Albert, 6930 Postal: P.O. Box 2, Prince Albert 6930 South Africa http://www.zwartberg.com/
В списке pgsql-general по дате отправления