cpuset Questions

4

Solved

From user-space we can use cpuset to actually isolate a specific core in our system and execute just one specific process to that core. I'm trying to do the same thing with a kernel module. So I w...
Lehmbruck asked 29/3, 2016 at 15:39

1

I have a simple mono-threaded application that does almost pure processing It uses two int buffers of the same size It reads one-by-one all the values of the first buffer each value is a...
Palmira asked 19/11, 2016 at 12:2

1

I started one docker container by specifying the cpuset to 1 cores: docker run --cpuset-cpus="0"... A second one by specifying the cpuset to 4 cores: docker run --cpuset-cpus="0-3"... I laun...
Indiscrimination asked 29/7, 2015 at 13:59

1

I tried the example from the cpuset(7) manual and created a cpuset Charlie. On both Ubuntu 14.4 LTS and SLES 12 I get the following error when trying to put the current process into the cpuset: /d...
Declarative asked 5/2, 2015 at 16:6
1

© 2022 - 2024 — McMap. All rights reserved.