Displaying 3 results from an estimated 3 matches for "nokmem".
Did you mean:
no_mem
2017 Mar 10
2
kernel memory accounting
Hi CentOS experts,
I am using CentOS 7. Trying to disable kernel memory accounting:
according to https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt,
passing cgroup.memory=nokmem to the kernel at boot time, should be able to
archive that.
However it is not the case in my exercise. These are what I have now
$ grep CONFIG_MEMCG_KMEM /boot/config-3.10.0-327.36.3.el7.x86_64
CONFIG_MEMCG_KMEM=y
$ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.10.0-327.36.3.el7.x86_64
root=UUID=565...
2017 Mar 10
3
kernel memory accounting
...>
> On 03/10/2017 02:25 PM, Wensheng Deng wrote:
>
>> Hi CentOS experts,
>>
>> I am using CentOS 7. Trying to disable kernel memory accounting:
>> according to https://www.kernel.org/doc/Documentation/cgroup-v1/memory.
>> txt,
>> passing cgroup.memory=nokmem to the kernel at boot time, should be able
>> to
>> archive that.
>>
>> However it is not the case in my exercise. These are what I have now
>> $ grep CONFIG_MEMCG_KMEM /boot/config-3.10.0-327.36.3.el7.x86_64
>>
>> CONFIG_MEMCG_KMEM=y
>>
>> $ c...
2017 Mar 10
0
kernel memory accounting
...u have to disable kernel memory accounting?
On 03/10/2017 02:25 PM, Wensheng Deng wrote:
> Hi CentOS experts,
>
> I am using CentOS 7. Trying to disable kernel memory accounting:
> according to https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt,
> passing cgroup.memory=nokmem to the kernel at boot time, should be able to
> archive that.
>
> However it is not the case in my exercise. These are what I have now
> $ grep CONFIG_MEMCG_KMEM /boot/config-3.10.0-327.36.3.el7.x86_64
>
> CONFIG_MEMCG_KMEM=y
>
> $ cat /proc/cmdline
>
> BOOT_IMAGE=/vm...