Hi,
As we know, docker provides capability to limit disk iops by using 'blkio-weight' parameter.
I notice ece set different 'blkio-weight' for different size es node.
What is the strategy behind this?
Thanks!
Hi,
As we know, docker provides capability to limit disk iops by using 'blkio-weight' parameter.
I notice ece set different 'blkio-weight' for different size es node.
What is the strategy behind this?
Thanks!
The relative weight of the different clusters is proportional to their capacity (which is how CPU shares are also calculated)
Specifically, the calculation is something like min(1000, 1024*(cluster_mem/total_allocator_memory)*120%)
, but that's an internal implementation detail subject to change.
Alex
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.