Re: PostgreSQL Cache - Mailing list pgsql-general

From Greg Smith
Subject Re: PostgreSQL Cache
Date
Msg-id Pine.GSO.4.64.0809291750190.16949@westnet.com
Whole thread Raw
In response to Re: PostgreSQL Cache  (Sam Mason <sam@samason.me.uk>)
Responses Re: PostgreSQL Cache
List pgsql-general
On Mon, 29 Sep 2008, Sam Mason wrote:

> On Mon, Sep 29, 2008 at 02:55:52AM -0400, Greg Smith wrote:
>> 3) sudo echo 3 > /proc/sys/vm/drop_caches
>
> I'm not sure about the rest, but shouldn't this be:
>  echo 3 | sudo tee /proc/sys/vm/drop_caches

I couldn't think of any reason to actually include the tee in there and
just optimized displaying the "3" out as script noise.

> As an aside, it would be nicer if there was a more appropriately program
> than tee but I've yet to find one.

What are you trying to accomplish here that tee isn't quite right for?

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: pg_start_backup() takes too long
Next
From: "Ashutosh Chauhan"
Date:
Subject: Re: subquery in FROM must have an alias