From 22bbc21782270f04c797f2fc8c9e016b1bfb19a4 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Fri, 13 Dec 2024 11:16:56 +1100 Subject: [PATCH] Test 256000 bytes --- scripts/aws/eks-pod/proxies.host.yaml | 8 ++++---- scripts/aws/proxies.nitro.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/aws/eks-pod/proxies.host.yaml b/scripts/aws/eks-pod/proxies.host.yaml index a151b28fb..9b4c8acd3 100644 --- a/scripts/aws/eks-pod/proxies.host.yaml +++ b/scripts/aws/eks-pod/proxies.host.yaml @@ -9,10 +9,10 @@ operator-service: service: direct listen: tcp://0.0.0.0:80 connect: vsock://42:8080 - acceptRcvBuf: 25600 - acceptSndBuf: 25600 - peerRcvBuf: 25600 - peerSndBuf: 25600 + acceptRcvBuf: 256000 + acceptSndBuf: 256000 + peerRcvBuf: 256000 + peerSndBuf: 256000 operator-prometheus: service: direct diff --git a/scripts/aws/proxies.nitro.yaml b/scripts/aws/proxies.nitro.yaml index 67d12ed1b..2bf15764f 100644 --- a/scripts/aws/proxies.nitro.yaml +++ b/scripts/aws/proxies.nitro.yaml @@ -4,10 +4,10 @@ uid-operator-in: service: direct listen: vsock://-1:8080 connect: tcp://127.0.0.1:8080 - acceptRcvBuf: 25600 - acceptSndBuf: 25600 - peerRcvBuf: 25600 - peerSndBuf: 25600 + acceptRcvBuf: 256000 + acceptSndBuf: 256000 + peerRcvBuf: 256000 + peerSndBuf: 256000 prometheus-server: service: direct