From 70a8e62841fee896446df45fe7e2819a4ecbe353 Mon Sep 17 00:00:00 2001 From: zhao Date: Thu, 29 May 2025 01:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20etc/sysctl.d/16-udp-buffer?= =?UTF-8?q?-size.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- etc/sysctl.d/16-udp-buffer-size.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/sysctl.d/16-udp-buffer-size.conf diff --git a/etc/sysctl.d/16-udp-buffer-size.conf b/etc/sysctl.d/16-udp-buffer-size.conf new file mode 100644 index 0000000..0ebe866 --- /dev/null +++ b/etc/sysctl.d/16-udp-buffer-size.conf @@ -0,0 +1,5 @@ +# Do not edit, changes to this file will be lost on upgrades +# /etc/sysctl.conf can be used to customize sysctl settings + +net.core.rmem_max=7500000 +net.core.wmem_max=7500000 \ No newline at end of file