linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ravish Tayal <ravish.tayal@gmail.com>
To: linux-arm@vger.kernel.org, linux-scsi@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, linux-usb@vger.kernel.org
Cc: ravish.tayal@conexant.com
Subject: Fwd: Query to optimize PageCache size in system
Date: Fri, 15 May 2009 11:21:56 +0530	[thread overview]
Message-ID: <e42309110905142251v7bce0203p486a0cceacdffe82@mail.gmail.com> (raw)
In-Reply-To: <e42309110905142210k332b8818l695a03efdc75673f@mail.gmail.com>

Including Linux mailing list in the mail thread.

Thanks Matthew,
Please see my inline explanations.

On Wed, May 13, 2009 at 9:24 PM, Matthew Wilcox <matthew@wil.cx> wrote:
> On Wed, May 13, 2009 at 08:35:52PM +0530, Ravish Tayal wrote:
>> I am looking for help to reduce the number of cached pages in the
>> system. I am using 2.6.12 linux kernel on ARM processor.for my
>> embedded USB mass storage application.
>

> Why do you think the number of cached pages is a problem?  What problem
> are you experiencing that you think is caused by having a large number
> of cached pages?
>
RT: My intention is to keep the Zone->nr_inactive to be minimum. By
which I means in case File system read operation pages which are in
active list should alow to be part of the page cache, while once moved
to inactive list it should be soon aged out to free list.
Which for embedded scenario would allow low memory devices to keep
good amount of free memory.

Currently I am periodically calling try_to_free_pages to get it done ;-)

>> 3. Is there any provision in linux kernel through which I can restrict
>> the new page allocation for disk operation to not to be added in the
>> page-cache  ?

>> 4. If I open the file with O_DIRECT Flag would page_cache be avoided,
>> irrespective it is file read or File write operations?
>
> Question 4 appears to be the answer to question 3.  O_DIRECT works for
> both reads and writes, but does have restrictions on alignment.
>

RT: I tried to use the O_DIRECT options with bftpd ftp  server +
2.6.12 kernel, In File write operation I have observed no difference
in term page caching behaviour.
Though in that setup file read operation starts failining which I
didn't debug much.

Thanks for your suggestion.
regards
Ravish Tayal
> --
> Matthew Wilcox                          Intel Open Source Technology Centre
> "Bill, look, we understand that you're interested in selling us this
> operating system, but compare it to ours.  We can't possibly take such
> a retrograde step."
>
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2009-05-15  5:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <e42309110905130732xf4313a6qba1f30a2d89728be@mail.gmail.com>
     [not found] ` <e42309110905130732xf4313a6qba1f30a2d89728be-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-05-13 15:05   ` Query to optimize PageCache size in system Ravish Tayal
2009-05-13 15:43     ` Greg KH
2009-05-13 15:54     ` Matthew Wilcox
2009-05-14 21:00       ` Jamie Lokier
     [not found]       ` <e42309110905142210k332b8818l695a03efdc75673f@mail.gmail.com>
2009-05-15  5:51         ` Ravish Tayal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e42309110905142251v7bce0203p486a0cceacdffe82@mail.gmail.com \
    --to=ravish.tayal@gmail.com \
    --cc=linux-arm@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=ravish.tayal@conexant.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).