Skip to content

Commit

Permalink
nfs_slotlimit: Double from 4 to 8
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Aug 13, 2019
1 parent 53bd72a commit 9c71bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_etc_files/modprobe.d/nfs_slotlimit.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
options sunrpc tcp_max_slot_table_entries=4
options sunrpc tcp_max_slot_table_entries=8

0 comments on commit 9c71bd1

Please sign in to comment.