summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-13 18:45:34 +0800
committerluwenpeng <[email protected]>2024-11-13 18:45:34 +0800
commit595167dcf811fdb0c61f9d80df7fa0cd5cbe25e8 (patch)
tree499c5c1c0045c9870c6c0d31c2025ebd21e4d273
parent7ba25e59e54e1a44e6359a4635ce4f649159eec0 (diff)
TSG-22780 设置内核参数kernel.io_uring_disabled=0
-rw-r--r--script/sysctl/80-tfe.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/sysctl/80-tfe.conf b/script/sysctl/80-tfe.conf
index 7116bfb..1467748 100644
--- a/script/sysctl/80-tfe.conf
+++ b/script/sysctl/80-tfe.conf
@@ -30,3 +30,5 @@ net.ipv4.tcp_timestamps=1
# disable tcp windows scaling for kernel bugs
net.ipv4.tcp_window_scaling=0
+
+kernel.io_uring_disabled=0 \ No newline at end of file