From: "Serge E. Hallyn" <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
To: KAMEZAWA Hiroyuki
<kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
Cc: "yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org"
<yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org>,
"nishimura-YQH0OdQVrdy45+QrQBaojngSJqDPrsil@public.gmane.org"
<nishimura-YQH0OdQVrdy45+QrQBaojngSJqDPrsil@public.gmane.org>,
"linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org"
<linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org>,
"containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org"
<containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org>,
Paul Menage <menage-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
"xemul-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org"
<xemul-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>,
"balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org"
<balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Subject: Re: [RFD][PATCH] memcg: Move Usage at Task Move
Date: Thu, 12 Jun 2008 08:17:48 -0500 [thread overview]
Message-ID: <20080612131748.GB8453@us.ibm.com> (raw)
In-Reply-To: <20080612140806.dc161c77.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
Quoting KAMEZAWA Hiroyuki (kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org):
> On Wed, 11 Jun 2008 01:48:20 -0700
> "Paul Menage" <menage-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> wrote:
>
> > On Wed, Jun 11, 2008 at 1:27 AM, KAMEZAWA Hiroyuki
> > <kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org> wrote:
> > > Sorry. try another sentense..
> > >
> > > I think cgroup itself is designed to be able to be used without middleware.
> >
> > True, but it shouldn't be hostile to middleware, since I think that
> > automated use will be much more common. (And certainly if you count
> > the number of servers :-) )
> >
> > > IOW, whether using middleware or not is the matter of users not of developpers.
> > > There will be a system that system admin controlles all and move tasks by hand.
> > > ex)...personal notebooks etc..
> > >
> >
> > You think so? I think that at the very least users will be using tools
> > based around config scripts, rule engines and libcgroup, if not a
> > persistent daemon.
> >
> I believe some users will never use middlewares because of their special
> usage of linux.
>
>
>
> > >> If the common mode for middleware starting a new cgroup is fork() /
> > >> move / exec() then after the fork(), the child will be sharing pages
> > >> with the main daemon process. So the move will pull all the daemon's
> > >> memory into the new cgroup
> > >>
> > > My patch (this patch) just moves Private Anon page to new cgroup. (of mapcount=1)
> >
> > OK, well that makes it more reasonable regarding the above problem.
> > But I can still see problems if, say, a single thread moves into a new
> > cgroup, you move the entire memory. Perhaps you should only do so if
> > the mm->owner changes task?
> >
>
> Thank you for pointing out. I'll add mm->owner check.
>
> BTW, should we have a cgroup for SYSVIPC resource controller and devide it
> from memory resource controller ? I think that per-task on-demand usage
> accounting is not suitable for shmem (and hugepage).
> per-creater (caller of shmget()) accounting seems to be better for me.
>
> Just a question:
> What happens when a thread (not thread-group-leader) changes its ns by
> ns-cgroup ? not-allowed ?
I don't quite understand the question. I assume you're asking whether
your cgroup, when composed with ns, will refuse a task in cgroup /cg/1/2
from being able to
mkdir /cg/1/2/3
echo $$ > /cg/1/2/3/tasks
or
unshare(CLONE_NEWNS)
which the ns cgroup would allow, and what your cgroup would do in that
case. If your question ("not-allowed ?") is about ns cgroup behavior
then please rephrase.
thanks,
-serge
next prev parent reply other threads:[~2008-06-12 13:17 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-06 1:52 [RFD][PATCH] memcg: Move Usage at Task Move KAMEZAWA Hiroyuki
[not found] ` <20080606105235.3c94daaf.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-10 5:50 ` YAMAMOTO Takashi
[not found] ` <20080610055032.A8AB25A0E-Pcsii4f/SVk@public.gmane.org>
2008-06-10 8:13 ` KAMEZAWA Hiroyuki
[not found] ` <20080610171348.fb7aa360.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-10 12:57 ` YAMAMOTO Takashi
[not found] ` <20080610125703.9E6CE5A11-Pcsii4f/SVk@public.gmane.org>
2008-06-11 2:02 ` KAMEZAWA Hiroyuki
[not found] ` <20080611110216.504faf15.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-11 3:45 ` YAMAMOTO Takashi
[not found] ` <20080611034514.D482F5A11-Pcsii4f/SVk@public.gmane.org>
2008-06-11 4:08 ` KAMEZAWA Hiroyuki
2008-06-10 7:35 ` Daisuke Nishimura
[not found] ` <20080610163550.65c97f6a.nishimura-YQH0OdQVrdy45+QrQBaojngSJqDPrsil@public.gmane.org>
2008-06-10 8:26 ` KAMEZAWA Hiroyuki
[not found] ` <20080610172637.39ffff5c.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-11 3:03 ` Daisuke Nishimura
[not found] ` <20080611120345.07ddadc6.nishimura-YQH0OdQVrdy45+QrQBaojngSJqDPrsil@public.gmane.org>
2008-06-11 3:25 ` KAMEZAWA Hiroyuki
[not found] ` <20080611122500.677757c6.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-11 3:44 ` YAMAMOTO Takashi
[not found] ` <20080611034446.4C5535A23-Pcsii4f/SVk@public.gmane.org>
2008-06-11 4:14 ` KAMEZAWA Hiroyuki
[not found] ` <20080611131437.76961fc3.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-11 4:29 ` Daisuke Nishimura
[not found] ` <20080611132909.2eb38039.nishimura-YQH0OdQVrdy45+QrQBaojngSJqDPrsil@public.gmane.org>
2008-06-11 4:40 ` KAMEZAWA Hiroyuki
2008-06-12 5:20 ` YAMAMOTO Takashi
[not found] ` <20080612052033.ED6FD5A0D-Pcsii4f/SVk@public.gmane.org>
2008-06-12 6:51 ` KAMEZAWA Hiroyuki
2008-06-11 7:17 ` Paul Menage
[not found] ` <6599ad830806110017t5ebeda78id1914d179a018422-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-11 7:45 ` KAMEZAWA Hiroyuki
[not found] ` <20080611164544.94047336.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-11 8:04 ` Paul Menage
[not found] ` <6599ad830806110104n99cdc7h80063e91d16bf0a5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-11 8:27 ` KAMEZAWA Hiroyuki
[not found] ` <20080611172714.018aa68c.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-11 8:48 ` Paul Menage
[not found] ` <6599ad830806110148v65df67f8ge0ccdd56c21c89e0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-12 5:08 ` KAMEZAWA Hiroyuki
[not found] ` <20080612140806.dc161c77.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-12 13:17 ` Serge E. Hallyn [this message]
[not found] ` <20080612131748.GB8453-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2008-06-12 13:34 ` kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A
[not found] ` <27043861.1213277688814.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-12 21:08 ` Serge E. Hallyn
[not found] ` <20080612210812.GA22948-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2008-06-13 0:34 ` KAMEZAWA Hiroyuki
[not found] ` <20080613093436.ca1a6ded.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-13 0:41 ` KAMEZAWA Hiroyuki
2008-06-11 8:27 ` Balbir Singh
[not found] ` <484F8C76.4080300-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2008-06-11 12:21 ` Daisuke Nishimura
[not found] ` <20080611212126.317a95f7.d-nishimura-1T/T2zRcyZr+G+EEi5ephHgSJqDPrsil@public.gmane.org>
2008-06-11 12:51 ` kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A
[not found] ` <22652920.1213188663353.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2008-06-11 13:13 ` Balbir Singh
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=20080612131748.GB8453@us.ibm.com \
--to=serue-r/jw6+rmf7hqt0dzr+alfa@public.gmane.org \
--cc=balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
--cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
--cc=kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org \
--cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
--cc=menage-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=nishimura-YQH0OdQVrdy45+QrQBaojngSJqDPrsil@public.gmane.org \
--cc=xemul-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org \
--cc=yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.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