dist_config.xml 588 B

123456789101112131415161718192021222324252627
  1. <yandex>
  2. <max_server_memory_usage_to_ram_ratio from_env="MAX_MEMORY_USAGE_RATIO" />
  3. <remote_servers>
  4. <cluster_one_sh>
  5. <shard>
  6. <replica>
  7. <host>localhost</host>
  8. <port>9000</port>
  9. </replica>
  10. </shard>
  11. </cluster_one_sh>
  12. </remote_servers>
  13. <zookeeper>
  14. <node>
  15. <host>sentry_zookeeper</host>
  16. <port>2181</port>
  17. </node>
  18. </zookeeper>
  19. <macros>
  20. <shard>1</shard>
  21. <replica>1</replica>
  22. </macros>
  23. </yandex>