Skip to content

Commit

Permalink
Correct docs about additional Java settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Aug 13, 2019
1 parent a54c166 commit 07d3d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cars/v1/vanilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This configuration allows to set the following parameters with Rally 0.10.0 usin

* `data_paths` (default: "data" (relative to the Elasticsearch root directory)): A string specifying the Elasticsearch data path.
* `additional_cluster_settings` (default: empty): A dictionary of key-value pairs with additional settings in `elasticsearch.yml`.
* `additional_jvm_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`.
* `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`.

It is recommended to store those settings in a JSON file that can be specified as well with `--car-params`.

Expand All @@ -19,7 +19,7 @@ Example:
"indices.queries.cache.size": "5%",
"transport.tcp.compress": true
},
"additional_jvm_settings": [
"additional_java_settings": [
"-XX:+PreserveFramePointer"
]
}
Expand Down

0 comments on commit 07d3d1a

Please sign in to comment.