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