From 9c71bd1bd3064d65b99947e5e3358bfc9dacd3b6 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 13 Aug 2019 15:32:43 +0200 Subject: [PATCH] nfs_slotlimit: Double from 4 to 8 17a48dc "Reduce sunrpc.tcp_max_slot_table_entries" seems to have helped with nfs server overloads. However, clients became a little bit slower (as could expected). Try to find a new balance by doubling the value. --- misc_etc_files/modprobe.d/nfs_slotlimit.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_etc_files/modprobe.d/nfs_slotlimit.conf b/misc_etc_files/modprobe.d/nfs_slotlimit.conf index 5b98630..ffe4052 100644 --- a/misc_etc_files/modprobe.d/nfs_slotlimit.conf +++ b/misc_etc_files/modprobe.d/nfs_slotlimit.conf @@ -1 +1 @@ -options sunrpc tcp_max_slot_table_entries=4 +options sunrpc tcp_max_slot_table_entries=8