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…
Reference in New Issue