Skip to content

Commit 4031961

Browse files
Merge pull request #546 from lmiccini/rmqmem_06
Align RabbitMq memory parameters to https://github.com/rabbitmq/rabbi…
2 parents 3b17118 + e10bfcc commit 4031961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/rabbitmq/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func ConfigureCluster(
301301
"log.console = true",
302302
"prometheus.tcp.ip = ::",
303303
"management.tcp.ip = ::",
304-
"vm_memory_high_watermark.relative = 0.8",
304+
"vm_memory_high_watermark.relative = 0.6",
305305
}
306306
if cluster.Spec.TLS.SecretName != "" {
307307
settings = append(settings, "ssl_options.verify = verify_none", "prometheus.ssl.ip = ::")

0 commit comments

Comments
 (0)