Re: How much memory does postgresql require?
От | Jeremy Buchmann |
---|---|
Тема | Re: How much memory does postgresql require? |
Дата | |
Msg-id | 3CA8CE36.5020301@wellsgaming.com обсуждение исходный текст |
Ответ на | How much memory does postgresql require? ("Gill, Jeffrey L" <jeffrey.l.gill@intel.com>) |
Список | pgsql-admin |
Gill, Jeffrey L wrote: > How much memory does postgresql itself require? How is memory allocated? Well, this is going to depend on what kind of queries you're doing, how much data you need sift through, etc. Databases of any useful size typically suck a lot of memory. I think the default shared memory size is 32MB. > Is memory allocated when client connections are made to specific databases > and is it released when the connection has ended? When a connection is made, a process is created which uses memory. When the connection ends, the process ends and the memory is released. > Is ps or top the best way to monitor memory usage? Whatever you like better, they show the same thing. > Are there any tuning recommendations for memory? Yes. In the manual. On the website. http://www.postgresql.org/ (and then choose a local mirror) --Jeremy
В списке pgsql-admin по дате отправления: