Is there any way to set max memory a postgres connection can use in
postgres or linux[centOS 5.6 64bit]?
Thanks
Bhushan
On Wed, Jan 29, 2014 at 8:39 PM, Bhushan Pathak
wrote:
> Bruce -
> Will go through the blog posts. Thanks for the info.
>
> Raghav -
> I have not executed analyze after the up
Bruce -
Will go through the blog posts. Thanks for the info.
Raghav -
I have not executed analyze after the upgrade.
-- Bhushan
On Wed, Jan 29, 2014 at 7:49 AM, Raghavendra <
raghavendra@enterprisedb.com> wrote:
> Thanks
>
> On 27 Jan 2014 22:35, "Bhushan Pathak" wrote:
> >
> > Hello,
Thanks
On 27 Jan 2014 22:35, "Bhushan Pathak" wrote:
>
> Hello,
>
> We have recently shifted to postgresql version 9.2.4 from 9.1.3. After
the migration, we observed that some of our delete queries on single table
[which have triggers, which in turn call other functions] have started
consuming lar
On Mon, Jan 27, 2014 at 12:12:13PM -0500, Tom Lane wrote:
> Bhushan Pathak writes:
> > In 9.1.3, this usage was upto 25MB with the same load on the same server.
> > With 9.2.4 it has jumped upto ~580 MB. We are monitoring the RES column
> > from top output to get the memory usage.
>
> On most ver
Bhushan Pathak writes:
> In 9.1.3, this usage was upto 25MB with the same load on the same server.
> With 9.2.4 it has jumped upto ~580 MB. We are monitoring the RES column
> from top output to get the memory usage.
On most versions of "top", examining RES alone gives a completely
misleading impr
Hello,
We have recently shifted to postgresql version 9.2.4 from 9.1.3. After the
migration, we observed that some of our delete queries on single table
[which have triggers, which in turn call other functions] have started
consuming large amounts of memory.
In 9.1.3, this usage was upto 25MB wit