read: Increase net.core.rmem_max and net.core.wmem_max

This commit is contained in:
Erwin Boskma 2024-07-15 23:57:32 +02:00
parent 1ee0e5255e
commit ecdf88bb32
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -39,8 +39,8 @@
boot = {
isContainer = true;
kernel.sysctl = {
"net.core.rmem_max" = 2500000;
"net.core.wmem_max" = 2500000;
"net.core.rmem_max" = 7500000;
"net.core.wmem_max" = 7500000;
};
};