Re: vacuumdb causes memory drain.

From: Sushil Shirodkar <sushilps(at)hotmail(dot)com>
To: Don Seiler <don(at)seiler(dot)us>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: vacuumdb causes memory drain.
Date: 2018-04-26 15:47:25
Message-ID: BL0PR0102MB3410F730EA8CE5F0C2A19CACD48E0@BL0PR0102MB3410.prod.exchangelabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have put some small script which runs in a loop with "free -h" command,

while I am running "vacuumdb". Once I clear by "sync" or bounce PG,

everything runs normal afterward.

________________________________
From: Don Seiler <don(at)seiler(dot)us>
Sent: Thursday, April 26, 2018 11:33 AM
To: Sushil Shirodkar
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: vacuumdb causes memory drain.

On Thu, Apr 26, 2018 at 10:31 AM, Sushil Shirodkar <sushilps(at)hotmail(dot)com<mailto:sushilps(at)hotmail(dot)com>> wrote:

Running "vacuumdb -a -z -v" from the cron on one of our test environment, and
noticed that memory of the server goes down from 3.4GB free to 150MB. Once
the process is over, memory is not released, is it normal or something needs to be
changed ? also other processes start running slow afterwards due to low memory.

How are you measuring free memory? Memory might be listed in cached/buffers instead of free but is still available. Although that wouldn't then explain other processes being slow.

--
Don Seiler
www.seiler.us<http://www.seiler.us>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Azimuddin Mohammed 2018-04-26 18:34:03 Postgres back up error
Previous Message Don Seiler 2018-04-26 15:33:27 Re: vacuumdb causes memory drain.