Gentoo Archives: gentoo-user

From: Tom H <tomh0665@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: [~and64] Headsup for google-chrome users
Date: Fri, 22 May 2015 21:39:08
Message-Id: CAOdo=SxEVZZ+2CQzP7SsbEGJRm9oHUkROzbFoVe5ux=u+NGUxg@mail.gmail.com
In Reply to: [gentoo-user] Re: [~and64] Headsup for google-chrome users by walt
1 On Fri, May 22, 2015 at 5:13 PM, walt <w41ter@×××××.com> wrote:
2 > On 05/22/2015 06:32 AM, Mick wrote:
3 >>
4 >> Did you also enable CONFIG_MEMCG & MEMCG_KMEM in your kernel?
5 >
6 > When I use the search function in "make menuconfig" I don't see any mention
7 > of MEMCG, so I suspect that particular config item must be enabled by some
8 > other config option that I didn't enable (though I don't remember making
9 > that decision one way or the other).
10 >
11 > I'm running gentoo-sources-3.14.42.
12
13 You must've mistype your search:
14
15 $ grep MEMCG init/Kconfig
16 config MEMCG
17 config MEMCG_SWAP
18 depends on MEMCG && SWAP
19 config MEMCG_SWAP_ENABLED
20 depends on MEMCG_SWAP
21 config MEMCG_KMEM
22 depends on MEMCG
23 recommended that the MEMCG and MEMCG_KMEM options also be
24
25 The above was from 4.1.0-rc4 but AFAIK it's existed for 2 or 3 years
26 so you should have it in 3.14.

Replies

Subject Author
[gentoo-user] Re: [~and64] Headsup for google-chrome users walt <w41ter@×××××.com>
Re: [gentoo-user] Re: [~and64] Headsup for google-chrome users Mick <michaelkintzios@×××××.com>