Merge pull request #7206 from nextcloud/enh/7204/disable-memory-locking

fulltextsearch: disable memory locking
This commit is contained in:
Simon L. 2025-11-28 17:11:00 +01:00 committed by GitHub
commit ee3b90f74c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -794,7 +794,7 @@
"environment": [
"TZ=%TIMEZONE%",
"ES_JAVA_OPTS=%FULLTEXTSEARCH_JAVA_OPTIONS%",
"bootstrap.memory_lock=true",
"bootstrap.memory_lock=false",
"cluster.name=nextcloud-aio",
"discovery.type=single-node",
"logger.level=WARN",