All of lore.kernel.org
 help / color / mirror / Atom feed
From: Toshiyuki Okajima <toshi.okajima@jp.fujitsu.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-ext4@vger.kernel.org, sct@redhat.com
Subject: Re: [RFC][PATCH] JBD: release checkpoint journal heads through try_to_release_page when the memory is exhausted
Date: Tue, 21 Oct 2008 11:49:15 +0900	[thread overview]
Message-ID: <48FD432B.80006@jp.fujitsu.com> (raw)
In-Reply-To: <20081020160249.ff41f762.akpm@linux-foundation.org>

Hi Andrew.
Thank you for your comment.

Andrew Morton wrote:
> On Fri, 17 Oct 2008 22:37:16 +0900 (JST)
> Toshiyuki Okajima <toshi.okajima@jp.fujitsu.com> wrote:
> 
>> Hi.
>>
>> I found the situation where OOM-Killer happens easily.
>> I will inform you of it. 
>> I tried to fix this problem to make OOM-Killer not happen easily as much as 
>> possible.
<SNIP>
> OK.
> 
>> ---
>>  fs/buffer.c                 |   23 ++++++++++++++++++++++-
>>  fs/jbd/journal.c            |    7 +++++++
>>  fs/jbd/transaction.c        |   39 +++++++++++++++++++++++++++++++++++++++
>>  include/linux/buffer_head.h |    7 +++++++
>>  include/linux/jbd.h         |    1 +
>>  5 files changed, 76 insertions(+), 1 deletion(-) 
> 
> The patch is fairly complex, and increasing the buffer_head size can be
Yes.
Applying this fix causes the buffer_head size to increase.
The increase of the buffer_head size changes into 60 bytes from 56 bytes
on x86 system.
As a result, the maximum number of buffer heads of one slab changes
into 63 from 64.
(The increase of the size is less than 2%.)
Therefore I think this change influences system performance hardly.
And I rather want to add a new member because I think it is useful for
not only this fix but also the future.

> rather costly.  An alternative might be to implement a shrinker
> callback function for the journal_head slab cache.  Did you consider
> this?
Yes.
But the unused-list and counters are required by managing the shrink targets
("journal head") if we implement a shrinker.
I thought that comparatively big code changes were necessary for jbd
to accomplish it.

However I will try it.

Best Regards,
Toshiyuki Okajima


  reply	other threads:[~2008-10-21  2:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-17 13:37 [RFC][PATCH] JBD: release checkpoint journal heads through try_to_release_page when the memory is exhausted Toshiyuki Okajima
2008-10-20 23:02 ` Andrew Morton
2008-10-21  2:49   ` Toshiyuki Okajima [this message]
2008-10-23  8:41   ` Toshiyuki Okajima
2008-10-27 21:26     ` Andrew Morton
2008-10-28  2:46       ` Toshiyuki Okajima
2008-11-05  4:11         ` [PATCH][BUG] jbd: fix the root cause of "no transactions" error in __log_wait_for_space() Toshiyuki Okajima
2008-11-05 13:53           ` Theodore Tso
2008-11-05 14:05             ` [PATCH] jbd: don't give up looking for space so easily in __log_wait_for_space Theodore Ts'o
2008-11-05 14:05               ` [PATCH] jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space Theodore Ts'o
2008-11-07  3:17             ` [PATCH][BUG] jbd: fix the root cause of "no transactions" error in __log_wait_for_space() Toshiyuki Okajima
2008-11-12  7:49               ` [PATCH 0/3][RFC] release block-device-mapping buffer_heads which have the filesystem private data for avoiding oom-killer Toshiyuki Okajima
2008-11-12  7:51               ` [PATCH 1/3][RFC] vfs: " Toshiyuki Okajima
2008-11-12  7:53               ` [PATCH 2/3][RFC] ext3: " Toshiyuki Okajima
2008-11-12  7:55               ` [PATCH 3/3][RFC] ext4: " Toshiyuki Okajima

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=48FD432B.80006@jp.fujitsu.com \
    --to=toshi.okajima@jp.fujitsu.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=sct@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.