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
With this commit we expose the cluster setting
`indexing_pressure.memory.limit` as a car parameter. This allows us to
override this setting in all cases but leaves the decision to
rally-teams whether it is applicable for a specific release.
Copy file name to clipboardExpand all lines: cars/v1/vanilla/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ This directory contains the Elasticsearch base configuration.
5
5
This configuration allows to set the following parameters with Rally 0.10.0 using `--car-params`:
6
6
7
7
*`data_paths` (default: "data" (relative to the Elasticsearch root directory)): A string specifying the Elasticsearch data path.
8
+
*`indexing_pressure_memory_limit` (default: not set): A percentage value defining the cluster setting [`indexing_pressure.memory.limit`](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-indexing-pressure.html).
8
9
*`additional_cluster_settings` (default: empty): A dictionary of key-value pairs with additional settings in `elasticsearch.yml`.
9
10
*`additional_java_settings` (default: empty): A list of additional settings in `jvm.options`. Each entry in the list will end up as one line in `jvm.options`.
0 commit comments