From 6078a06b997f8fbb4659778728b2638e0f510661 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Wed, 16 Sep 2026 12:49:20 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=AD=97=E8=8A=82=E6=95=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20NATS=20Account=20=E9=85=8D=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/nats/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/nats/values.yaml b/platform/nats/values.yaml index 5bd51ce..a0079ce 100644 --- a/platform/nats/values.yaml +++ b/platform/nats/values.yaml @@ -24,10 +24,10 @@ config: password: "<< $NATS_SYS_PASSWORD >>" CI: jetstream: - # These values are rendered directly into nats.conf and therefore use - # NATS size syntax, not Kubernetes resource.Quantity syntax. - max_memory: 32M - max_file: 1G + # Account limits are JSON-encoded by config.merge. Use explicit byte + # counts so NATS receives integers rather than quoted size strings. + max_memory: 33554432 + max_file: 1073741824 max_streams: 16 max_consumers: 64 max_bytes_required: true