mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 17:36:53 +00:00
fulltextsearch: disable memory locking
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
50312bd2d9
commit
4a8288a527
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@
|
||||||
"environment": [
|
"environment": [
|
||||||
"TZ=%TIMEZONE%",
|
"TZ=%TIMEZONE%",
|
||||||
"ES_JAVA_OPTS=%FULLTEXTSEARCH_JAVA_OPTIONS%",
|
"ES_JAVA_OPTS=%FULLTEXTSEARCH_JAVA_OPTIONS%",
|
||||||
"bootstrap.memory_lock=true",
|
"bootstrap.memory_lock=false",
|
||||||
"cluster.name=nextcloud-aio",
|
"cluster.name=nextcloud-aio",
|
||||||
"discovery.type=single-node",
|
"discovery.type=single-node",
|
||||||
"logger.level=WARN",
|
"logger.level=WARN",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue