bump recommended maps/nofiles

This commit is contained in:
Trent Nelson
2021-08-04 00:17:12 -06:00
committed by Trent Nelson
parent 6a995f5dfd
commit d60ccf64e1
5 changed files with 10 additions and 10 deletions

View File

@ -93,7 +93,7 @@ fn tune_kernel_udp_buffers_and_vmmap() {
sysctl_write("net.core.wmem_default", "134217728");
// increase mmap counts for many append_vecs
sysctl_write("vm.max_map_count", "700000");
sysctl_write("vm.max_map_count", "1000000");
}
#[cfg(unix)]