From: Konstantin Khlebnikov <koct9i@gmail.com>
To: Cheng Rk <crquan@ymail.com>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: How to controll Buffers to be dilligently reclaimed?
Date: Fri, 13 Feb 2015 10:34:21 +0300 [thread overview]
Message-ID: <CALYGNiP-CKYsVzLpUdUWM3ftfg1vPvKWQvbegXVLoNovtNWS6Q@mail.gmail.com> (raw)
In-Reply-To: <1918343840.1970155.1423788776414.JavaMail.yahoo@mail.yahoo.com>
On Fri, Feb 13, 2015 at 3:52 AM, Cheng Rk <crquan@ymail.com> wrote:
>
>
> Hi,
>
> I have a system that application is doing a loop on top of block device,
> (which I think is stupid,)
> as more and more memory goes into Buffers, then applications started
> to get -ENOMEM or be oom-killed later (depends on vm.overcommit_memory setting)
>
>
> In this case, if I do a manual reclaim (echo 3 > /proc/sys/vm/drop_caches)
> I see 90+% of the Buffers is reclaimable, but why it's not reclaimed
> to fullfill applications' memory allocation request?
>
>
>
> -bash-4.2$ sudo losetup -a
> /dev/loop0: [0005]:16512 (/dev/dm-2)
> -bash-4.2$ free -m
> total used free shared buffers cached
> Mem: 48094 46081 2012 40 40324 2085
> -/+ buffers/cache: 3671 44422
> Swap: 8191 5 8186
>
>
> I've tried sysctl mm.vfs_cache_pressure=10000 but that seems working to Cached
> memory, I wonder is there another sysctl for reclaming Buffers?
AFAIK "Buffers" is just a page-cache of block devices.
>From reclaimer's point of view they have no difference from file page-cache.
Could you post oom-killer log, there should be a lot of numbers
describing memory state.
>
>
> Thanks,
>
> - Derek
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org. For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2015-02-13 7:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-13 0:52 Cheng Rk
2015-02-13 7:34 ` Konstantin Khlebnikov [this message]
2015-02-13 9:52 ` Cheng Rk
2015-02-13 18:07 ` Cheng Rk
2015-02-18 14:23 ` Michal Hocko
2015-02-18 19:44 ` Cheng Rk
2015-02-19 9:46 ` Michal Hocko
2015-02-20 20:33 ` Cheng Rk
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=CALYGNiP-CKYsVzLpUdUWM3ftfg1vPvKWQvbegXVLoNovtNWS6Q@mail.gmail.com \
--to=koct9i@gmail.com \
--cc=crquan@ymail.com \
--cc=linux-mm@kvack.org \
/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