Search Postgresql Archives

Re: Increased I/O / Writes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/17/2016 3:56 PM, Lucas Possamai wrote:

FATAL:  sorry, too many clients already


I believe that error means you've exceeded max_connections.     query pg_stat_activity and see how many connections are in the various 'states', like..


    select state, count(*) from pg_stat_activity group by state;



-- 
john r pierce, recycling bits in santa cruz

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux