56.8.0
winkingturtle-vmw
released this
28 Sep 15:01
·
227 commits
to develop
since this release
Changes
Bosh Job Spec changes:
diff --git a/jobs/nats-tls/spec b/jobs/nats-tls/spec
index 4f9b3b7..777b98e 100644
--- a/jobs/nats-tls/spec
+++ b/jobs/nats-tls/spec
@@ -126,3 +126,10 @@ properties:
nats.fail_deployment_if_v1:
description: "Fail the deployment in post-start if nats instances are on v1."
default: false
+
+ nats.mem_limit.alert:
+ description: "Raise alert if total memory consumed by nats is larger than this. Format: <number> <B|KB|MB|GB|%>"
+ default: "500 MB"
+ nats.mem_limit.restart:
+ description: "Restart nats if total memory consumed is larger than this. Format: <number> <B|KB|MB|GB|%>"
+ default: "3000 MB"
✨ Built with go 1.21.1
Full Changelog: v56.7.0...56.8.0