From b64a9f3243a2c2c7d3ba25a37496c343ed7d4156 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Feb 02 2022 17:45:39 +0000 Subject: Merge branch 'lrupp/tune_sysctl' into 'production' net.ipv4.ipfrag_high_thresh is gone with latest kernels See merge request infra/salt!538 --- diff --git a/salt/profile/sysctl/files/tuning.conf b/salt/profile/sysctl/files/tuning.conf index 05e0f4f..3ca5202 100644 --- a/salt/profile/sysctl/files/tuning.conf +++ b/salt/profile/sysctl/files/tuning.conf @@ -8,7 +8,6 @@ net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_max_orphans = 16384 net.ipv4.tcp_orphan_retries = 0 # Increase the maximum memory used to reassemble IP fragments -net.ipv4.ipfrag_high_thresh = 512000 net.ipv4.ipfrag_low_thresh = 446464 # Increase TCP queue length net.ipv4.neigh.default.proxy_qlen = 96