Re: Does idle sessions will consume more cpu and ram? If yes,how to control them

From: Joshua White <joshua(dot)white(at)monash(dot)edu>
To: Raghavendra Rao J S V <raghavendrajsv(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Does idle sessions will consume more cpu and ram? If yes,how to control them
Date: 2018-12-20 00:32:22
Message-ID: CAGY1NOnUMH=+RUkEnyF3RyY2Bieruh5A+y-7T_49xoXj47MP3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> In my application, the idle sessions are consuming cpu and ram. refer the
> ps command output.
>

If you connect to the database, does select * from pg_stat_activity() show
a lot of idle connections?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2018-12-20 01:27:18 Re: Does idle sessions will consume more cpu and ram? If yes,how to control them
Previous Message Anton Shen 2018-12-19 18:22:41 Re: new stored procedure with OUT parameters