-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
35 lines (30 loc) · 984 Bytes
/
config.json
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
{
"sideloader_config": {
"main_slice": "workload.slice",
"host_slice": "hostcritical.slice",
"side_slice": "sideload.slice",
"main_cpu_weight": 100,
"host_cpu_weight": 10,
"side_cpu_weight": 1,
"main_io_weight": 400,
"host_io_weight": 100,
"side_io_weight": 1,
"side_memory_high": "50%",
"side_swap_max": "25%",
"cpu_headroom_period": 5,
"cpu_headroom": 20,
"cpu_min_avail": 10,
"cpu_floor": 5,
"cpu_throttle_period": 0.01,
"overload_cpu_duration": 10,
"overload_mempressure_threshold": 25,
"overload_hold": 10,
"overload_hold_max": 30,
"overload_hold_decay_rate": 0.5,
"critical_swapfree_threshold": "10%",
"critical_mempressure_threshold": 75,
"critical_iopressure_threshold": 75,
"scribe_category": "perfpipe_htejun_resctl_sideload",
"scribe_interval": 10
}
}