summaryrefslogtreecommitdiff
path: root/factory-default
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-12-24 00:23:10 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-12-24 00:23:10 +0000
commitd13c64b92f760585e4e63fd748344ad47da62c77 (patch)
tree0bfd95355e24c5bfd6321f11488f61cb5c145f8a /factory-default
parentsys-kernel/stable-sources: add 6.6.8, drop 6.6.7 (diff)
downloadportage-d13c64b92f760585e4e63fd748344ad47da62c77.tar.xz
factory-default/ys-apps/baselayout: bump net.ipv4.tcp_{r,w}mem
Diffstat (limited to 'factory-default')
-rw-r--r--factory-default/sys-apps/baselayout/etc/sysctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/factory-default/sys-apps/baselayout/etc/sysctl.conf b/factory-default/sys-apps/baselayout/etc/sysctl.conf
index c3ccd89e..ad9c02dd 100644
--- a/factory-default/sys-apps/baselayout/etc/sysctl.conf
+++ b/factory-default/sys-apps/baselayout/etc/sysctl.conf
@@ -197,8 +197,8 @@ net.ipv4.tcp_fastopen = 3
# Limit the per-socket default receive/send buffers to limit memory usage
# when running with a lot of concurrent connections. Values are in bytes
# and represent minimum, default and maximum. Defaults: 4096 87380 4194304
-net.ipv4.tcp_rmem = 4096 87380 1048576
-net.ipv4.tcp_wmem = 4096 87380 1048576
+net.ipv4.tcp_rmem = 4096 65536 67108864
+net.ipv4.tcp_wmem = 4096 65536 67108864
# Extend the source port range for outgoing TCP connections. This limits early
# port reuse and makes use of 64000 source ports. Defaults: 32768 61000