summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-12-25 00:02:37 +0100
committerRory& <root@rory.gay>2024-12-25 00:02:37 +0100
commitf6e5b8bf45817fe84f18e7d6d7cc28f9b7a8be80 (patch)
tree91d22665b8d4fc58a86fa07d6f73ccae7238a834 /host
parentRun allowed sudo instances of redpanda as root (diff)
downloadRory-Open-Architecture-f6e5b8bf45817fe84f18e7d6d7cc28f9b7a8be80.tar.xz
Incraese buffer size for redpanda
Diffstat (limited to 'host')
-rw-r--r--host/Rory-nginx/services/redpanda/systemd-services.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/redpanda/systemd-services.nix b/host/Rory-nginx/services/redpanda/systemd-services.nix
index 07324c7..b607c35 100644
--- a/host/Rory-nginx/services/redpanda/systemd-services.nix
+++ b/host/Rory-nginx/services/redpanda/systemd-services.nix
@@ -17,6 +17,7 @@
             "--recursive"
           ];
           restart_on_exit = true;
+          max_buffer = 1024*512;
         };
       };
       pipeline = {