Merge pull request #6005 from nextcloud/enh/5311/allow-adjust-es-java-options

FTS: allow to adjust the ES_JAVA_OPTS
This commit is contained in:
Simon L. 2025-02-17 11:20:35 +01:00 committed by GitHub
commit dd4031c761
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 25 additions and 4 deletions

View file

@ -786,7 +786,7 @@
"internal_port": "9200",
"environment": [
"TZ=%TIMEZONE%",
"ES_JAVA_OPTS=-Xms512M -Xmx512M",
"ES_JAVA_OPTS=%FULLTEXTSEARCH_JAVA_OPTIONS%",
"bootstrap.memory_lock=true",
"cluster.name=nextcloud-aio",
"discovery.type=single-node",