123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "Profiles": [
- {
- "Name": "GpisSfCpusetEnable",
- "Actions": [
- {
- "Name": "SetAttribute",
- "Params":
- {
- "Name": "GpisSfCpuset",
- "Value": "2-6"
- }
- }
- ]
- },
- {
- "Name": "GpisSfCpusetDisable",
- "Actions": [
- {
- "Name": "SetAttribute",
- "Params":
- {
- "Name": "GpisSfCpuset",
- "Value": "0-1,5-6"
- }
- }
- ]
- },
- {
- "Name": "MidgroundProcess",
- "Actions": [
- {
- "Name": "JoinCgroup",
- "Params":
- {
- "Controller": "cpuset",
- "Path": "midground"
- }
- },
- {
- "Name": "JoinCgroup",
- "Params":
- {
- "Controller": "cpu",
- "Path": "midground"
- }
- }
- ]
- }
- ]
- }
|