mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-28 10:58:30 +00:00
The setting name is script.context.$CONTEXT.cache_max_size rather than script.context.$CONTEXT.context_max_size. Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
This commit is contained in:
parent
9b8ea63cd2
commit
044dfb4637
@ -59,8 +59,8 @@ set per-context.
|
||||
|
||||
*Impact* +
|
||||
To avoid deprecation warnings, discontinue use of the `script.cache.max_size`
|
||||
setting. You may use `script.context.$CONTEXT.context_max_size` for the particular context.
|
||||
For example, for the `ingest` context, use `script.context.ingest.context_max_size`.
|
||||
setting. You may use `script.context.$CONTEXT.cache_max_size` for the particular context.
|
||||
For example, for the `ingest` context, use `script.context.ingest.cache_max_size`.
|
||||
|
||||
====
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user