Re: Memory usage per postmaster process

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Memory usage per postmaster process
Date: 2013-11-02 18:47:21
Message-ID: 527548B9.5020403@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/2/2013 11:03 AM, Grzegorz Tańczyk wrote:
>
> Is there any way to limit total memory usage by postgres and keep
> maximum connections limit? Postgresql.conf settings are default for
> 8.3.23. I need to have 100 connections in pool.

the size of your connection pool shouldn't be much more than 2-3 times
the CPU core count on the server for optimal throughput... 100 queries
running at once will grind ANY non-monster server to a standstill

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Tańczyk 2013-11-02 19:07:19 Re: [100% SPAM] Re: Memory usage per postmaster process
Previous Message Grzegorz Tańczyk 2013-11-02 18:05:05 Memory usage per postmaster process