From ef174790a4a69fe2ba4e9a5bad32dcc444387cb6 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 12 Jun 2026 00:00:35 +0930 Subject: [PATCH 1/5] Update docker-compose.yml --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7834abcff3e..5b48d00c6c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,8 +29,8 @@ services: # restart: always # image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15 # environment: - # - "ELASTIC_PASSWORD=password" #Username is elastic. Do not change the username. - # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" + # - "ELASTIC_PASSWORD=password" # Username is elastic. Do not change the username. + # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment. both -Xms & -Xmx must be the same size. # - "xpack.license.self_generated.type=basic" # - "xpack.security.enabled=false" # - "xpack.watcher.enabled=false" @@ -39,7 +39,6 @@ services: # - "bootstrap.memory_lock=true" # - "cluster.name=es-mastodon" # - "discovery.type=single-node" - # - "thread_pool.write.queue_size=1000" # networks: # - external_network # - internal_network From c319649119cf066b59f0ab6d066b33cd08857739 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 12 Jun 2026 00:07:17 +0930 Subject: [PATCH 2/5] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5b48d00c6c3..1939076f096 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: # image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15 # environment: # - "ELASTIC_PASSWORD=password" # Username is elastic. Do not change the username. - # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment. both -Xms & -Xmx must be the same size. + # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment. both -Xms & -Xmx must be the same size. 1g for GB. # - "xpack.license.self_generated.type=basic" # - "xpack.security.enabled=false" # - "xpack.watcher.enabled=false" From 8af0b5cbd2a448f88447a56a48fa3ca38c7c66ac Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 12 Jun 2026 00:07:57 +0930 Subject: [PATCH 3/5] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1939076f096..640ae1e05a0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: # image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15 # environment: # - "ELASTIC_PASSWORD=password" # Username is elastic. Do not change the username. - # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment. both -Xms & -Xmx must be the same size. 1g for GB. + # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment or you will have wasted memory. both -Xms & -Xmx must be the same size. 1g for GB. # - "xpack.license.self_generated.type=basic" # - "xpack.security.enabled=false" # - "xpack.watcher.enabled=false" From b72d7c78595d3ca8cc92233627c37529ed4d669c Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 23 Jul 2026 12:39:59 +0930 Subject: [PATCH 4/5] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 640ae1e05a0..3d978699796 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: # image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15 # environment: # - "ELASTIC_PASSWORD=password" # Username is elastic. Do not change the username. - # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment or you will have wasted memory. both -Xms & -Xmx must be the same size. 1g for GB. + # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment or you will have wasted memory. both -Xms & -Xmx must be the same size. 1g for GB. # - "xpack.license.self_generated.type=basic" # - "xpack.security.enabled=false" # - "xpack.watcher.enabled=false" From ddf01004512b5a4eb27fa783a7a903b1a295286f Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 23 Jul 2026 12:40:17 +0930 Subject: [PATCH 5/5] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3d978699796..486b5cb04f8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: # restart: always # image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15 # environment: - # - "ELASTIC_PASSWORD=password" # Username is elastic. Do not change the username. + # - "ELASTIC_PASSWORD=password" # Username is elastic. Do not change the username. # - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment or you will have wasted memory. both -Xms & -Xmx must be the same size. 1g for GB. # - "xpack.license.self_generated.type=basic" # - "xpack.security.enabled=false"