Skip to content

Commit

Permalink
Update GOMEMLIMIT recommendation in readme (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko authored Feb 20, 2025
1 parent 2b5f4c3 commit 14785ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/charts/nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ podTemplate:
container:
env:
# different from k8s units, suffix must be B, KiB, MiB, GiB, or TiB
# should be ~90% of memory limit
GOMEMLIMIT: 7GiB
# should be ~80% of memory limit
GOMEMLIMIT: 6GiB
merge:
# recommended limit is at least 2 CPU cores and 8Gi Memory for production JetStream clusters
resources:
Expand Down

0 comments on commit 14785ef

Please sign in to comment.