dist_config.xml 595 B

12345678910111213141516171819202122232425262728
  1. <yandex>
  2. <max_server_memory_usage_to_ram_ratio>0.3</max_server_memory_usage_to_ram_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>