You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance presets apply a set of configuration overrides based on a desired performance goal. If set, a performance preset will override other configuration flags to match the recommended settings for that preset. Valid options are:
778
+
* `balanced`: good starting point for general efficiency
779
+
* `throughput`: good for high data volumes, may increase cpu and memory requirements
780
+
* `scale`: reduces ambient resource use in large low-throughput deployments
781
+
* `latency`: minimize the time for fresh data to become visible in Elasticsearch
782
+
* `custom`: apply user configuration directly with no overrides
783
+
784
+
The default if unspecified is `custom`.
785
+
786
+
Presets represent current recommendations based on the intended goal; their effect may change between versions to better suit those goals. Currently the presets have the following effects:
0 commit comments