Merge pull request #437 from jmencak/openshift-profile-nvme-io_timeout
openshift profile: tuning for NVMe devices
This commit is contained in:
commit
83dea78608
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ net.ipv6.neigh.default.gc_thresh2=32768
|
|||
net.ipv6.neigh.default.gc_thresh3=65536
|
||||
vm.max_map_count=262144
|
||||
|
||||
[sysfs]
|
||||
/sys/module/nvme_core/parameters/io_timeout=4294967295
|
||||
/sys/module/nvme_core/parameters/max_retries=10
|
||||
|
||||
[scheduler]
|
||||
# see rhbz#1979352; exclude containers from aligning to house keeping CPUs
|
||||
cgroup_ps_blacklist=/kubepods\.slice/
|
||||
|
|
|
|||
Loading…
Reference in a new issue