mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
key is "index.store.type", not "index.storage.type"
This commit is contained in:
parent
76cc8c3549
commit
f3c0e39380
@ -44,7 +44,7 @@ script. When set, both override anything set using either `JAVA_OPTS` or
|
||||
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.storage.type=memory
|
||||
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.store.type=memory
|
||||
--------------------------------------------------
|
||||
*************************************************************************
|
||||
--
|
||||
|
@ -34,6 +34,6 @@ script. When set, both override anything set using either `JAVA_OPTS` or
|
||||
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.storage.type=memory
|
||||
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.store.type=memory
|
||||
--------------------------------------------------
|
||||
*************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user