ccyunchina-deploy/group_vars/elasticsearch

11 lines
258 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# es运行的jvm参数两个值建议设置相同并且为虚拟机内存的一半
#es_jvm_xms_size: "-Xms6g"
#es_jvm_xmx_size: "-Xmx6g"
es_storage_capacity: auto
#es_cpu_limit: 4000m
#es_cpu_requests: 1000m
#es_mem_limit: 7Gi
#es_mem_requests: 1Gi