From 2176a9ae235a5c455c7c3ad66042b541748721d6 Mon Sep 17 00:00:00 2001 From: Ole Kristian Lien Date: Thu, 17 Sep 2026 15:47:34 +0200 Subject: [PATCH] docs: correct JVM options syntax for ELASTIC_MEMORY_SIZE --- docs/docs/deployment/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/deployment/installation.md b/docs/docs/deployment/installation.md index b5fc21d16c7d..bac9fe3e206b 100644 --- a/docs/docs/deployment/installation.md +++ b/docs/docs/deployment/installation.md @@ -153,7 +153,7 @@ RABBITMQ_DEFAULT_USER=opencti RABBITMQ_DEFAULT_PASS=$(openssl rand -base64 32) SMTP_HOSTNAME=localhost OPENSEARCH_ADMIN_PASSWORD=changeme -ELASTIC_MEMORY_SIZE=4G +ELASTIC_MEMORY_SIZE=4g ########################### # COMMON #