From 75bb1e03bb696861c6258c8c07527d6f3d03e54d Mon Sep 17 00:00:00 2001 From: Thomas Nguyen <81267004+AppleThomas@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:28:02 -0400 Subject: [PATCH 1/2] reduce log page size to fix streams publisher --- .../charts/fuel-streams/templates/publisher/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/charts/fuel-streams/templates/publisher/statefulset.yaml b/cluster/charts/fuel-streams/templates/publisher/statefulset.yaml index f199a218..fa44e0fe 100644 --- a/cluster/charts/fuel-streams/templates/publisher/statefulset.yaml +++ b/cluster/charts/fuel-streams/templates/publisher/statefulset.yaml @@ -88,7 +88,7 @@ spec: - "--telemetry-port" - "{{ $publisher.port }}" - "--relayer-log-page-size" - - "500" + - "100" - "--sync-block-stream-buffer-size" - "50" {{- if eq $publisher.network "mainnet" }} From 8100105137c4d7de8e75d958064222fb96038c0c Mon Sep 17 00:00:00 2001 From: Thomas Nguyen <81267004+AppleThomas@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:54:09 -0400 Subject: [PATCH 2/2] decrease log page size --- cluster/charts/fuel-streams/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/charts/fuel-streams/Chart.yaml b/cluster/charts/fuel-streams/Chart.yaml index ca2c88f8..40775dd6 100755 --- a/cluster/charts/fuel-streams/Chart.yaml +++ b/cluster/charts/fuel-streams/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.0" description: A Helm chart for Kubernetes name: fuel-streams -version: 0.11.27 +version: 0.11.28 dependencies: - name: nats version: 1.3.2