Function tikv_util::config::check_kernel [−][src]
pub fn check_kernel() -> Vec<ConfigError>ⓘ
check_kernel_params
checks kernel parameters, following are checked so far:
net.core.somaxconn
should be greater or equal to 32768.net.ipv4.tcp_syncookies
should be 0vm.swappiness
shoud be 0
Note that: It works on Linux only.