Skip to content

Commit

Permalink
fix: updated default heap size to 1g
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Sep 8, 2022
1 parent bf3c4a9 commit 4d8593f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/es6/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ conf_dir: ''
data_dirs: ''
# JVM custom parameters
es_jvm_custom_parameters: ''
es_heap_size: "2g"
es_heap_size: "1g"
es_plugins_reinstall: true
es_plugins:
- plugin: "repository-azure"
Expand Down

0 comments on commit 4d8593f

Please sign in to comment.