-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhook_cgroups.json
More file actions
98 lines (98 loc) · 4.17 KB
/
hook_cgroups.json
File metadata and controls
98 lines (98 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"cgroup_prefix" : "pbs_jobs",
"exclude_hosts" : ["oven", "phi3", "phi6", "phi2", "phi1", "phi4", "phi5"],
"exclude_vntypes" : ["no_cgroups"],
"run_only_on_hosts" : [],
"periodic_resc_update" : true,
"vnode_per_numa_node" : false,
"online_offlined_nodes" : true,
"use_hyperthreads" : false,
"ncpus_are_cores" : false,
"discover_gpus" : true,
"manage_rlimit_as" : true,
"no_enforcement_hosts" : [
"elmo5-1", "elmo5-2", "elmo5-3", "elmo5-4", "elmo5-5", "elmo5-6", "elmo5-7", "elmo5-8", "elmo5-9", "elmo5-10", "elmo5-11", "elmo5-12", "elmo5-13", "elmo5-14", "elmo5-15", "elmo5-16", "elmo5-17", "elmo5-18", "elmo5-19", "elmo5-20", "elmo5-21", "elmo5-22", "elmo5-23", "elmo5-24", "elmo5-25", "elmo5-26", "elmo5-27", "elmo5-28"
],
"cgroup" : {
"cpuacct" : {
"enabled" : true,
"exclude_hosts" : [],
"exclude_vntypes" : []
},
"cpuset" : {
"enabled" : true,
"exclude_cpus" : [],
"exclude_hosts" : [
"phi3", "phi6", "phi2", "phi1", "phi4", "phi5"
],
"exclude_vntypes" : [],
"mem_fences" : false,
"mem_hardwall" : false,
"memory_spread_page" : false
},
"devices" : {
"enabled" : true,
"exclude_hosts" : [],
"exclude_vntypes" : [],
"allow" : [
"b *:* m",
"b 7:* rwm",
"c *:* m",
"c 136:* rwm",
"c 195:* m",
"c 241:* rwm",
["fuse", "rwm"],
["net/tun", "rwm"],
["tty", "rwm"],
["ptmx", "rwm"],
["console", "rwm"],
["null", "rwm"],
["zero", "rwm"],
["full", "rwm"],
["random", "rwm"],
["urandom", "rwm"],
["loop-control", "rwm"],
["infiniband/rdma_cm", "rwm"],
["infiniband/issm0", "rwm"],
["infiniband/umad0", "rwm"],
["infiniband/uverbs0", "rwm"],
["nvidiactl", "rwm"],
["nvidia-uvm", "rwm"],
["nvidia-uvm-tools", "rwm"],
["nvidia-modeset", "rwm"]
]
},
"memory" : {
"enabled" : true,
"exclude_hosts" : [],
"exclude_vntypes" : [],
"soft_limit" : false,
"enforce_default" : true,
"exclhost_ignore_default" : false,
"default" : "400MB",
"reserve_percent" : 0,
"reserve_amount" : "0GB"
},
"memsw" : {
"enabled" : true,
"exclude_hosts" : [],
"exclude_vntypes" : [],
"enforce_default" : true,
"exclhost_ignore_default" : false,
"default" : "400B",
"reserve_percent" : 0,
"reserve_amount" : "0MB",
"manage_cgswap" : false
},
"hugetlb" : {
"enabled" : false,
"exclude_hosts" : [],
"exclude_vntypes" : [],
"enforce_default" : true,
"exclhost_ignore_default" : false,
"default" : "0B",
"reserve_percent" : 0,
"reserve_amount" : "0B"
}
}
}