mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
fix docs to reflect removal of byte buffer memory
This commit is contained in:
parent
d591972c18
commit
d36e345f1f
@ -95,28 +95,4 @@ class, be sure your have plenty of virtual address space.
|
||||
[[store-memory]]
|
||||
=== Memory
|
||||
|
||||
The `memory` type stores the index in main memory with the following
|
||||
configuration options:
|
||||
|
||||
There are also *node* level settings that control the caching of buffers
|
||||
(important when using direct buffers):
|
||||
|
||||
[cols="<,<",options="header",]
|
||||
|=======================================================================
|
||||
|Setting |Description
|
||||
|`cache.memory.direct` |Should the memory be allocated outside of the
|
||||
JVM heap. Defaults to `true`.
|
||||
|
||||
|`cache.memory.small_buffer_size` |The small buffer size, defaults to
|
||||
`1kb`.
|
||||
|
||||
|`cache.memory.large_buffer_size` |The large buffer size, defaults to
|
||||
`1mb`.
|
||||
|
||||
|`cache.memory.small_cache_size` |The small buffer cache size, defaults
|
||||
to `10mb`.
|
||||
|
||||
|`cache.memory.large_cache_size` |The large buffer cache size, defaults
|
||||
to `500mb`.
|
||||
|=======================================================================
|
||||
|
||||
The `memory` type stores the index in main memory.
|
Loading…
x
Reference in New Issue
Block a user