Displaying 3 results from an estimated 3 matches for "wd35".
Did you mean:
6d35
2017 Mar 10
3
kernel memory accounting
I have 3.10 kernel. I am running some data processing job, need to first
copy big (>5 GB) input files. The jobs were killed, because the system
thought I used 5 GB memory from the file copying.
On Fri, Mar 10, 2017 at 3:04 PM, David Both <dboth at millennium-technology.com
> wrote:
> First - why in the world would you want to disable kernel memory
> accounting? I don't think
2017 Mar 11
0
kernel memory accounting
On Mar 10, 2017, at 3:51 PM, Wensheng Deng <wd35 at nyu.edu> wrote:
>
> I have 3.10 kernel. I am running some data processing job, need to first
> copy big (>5 GB) input files. The jobs were killed, because the system
> thought I used 5 GB memory from the file copying.
If you?re using ?cp? you probably aren?t using 5G of RAM....
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