Advertisement
Guest User

Untitled

a guest
Apr 18th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. ---
  2. buckets:
  3. -
  4. name: default
  5. ram: 70%
  6. eviction: fullEviction
  7. replica: 2
  8. -
  9. name: other
  10. eviction: fullEviction
  11. ram: 30%
  12. -
  13. name: remote
  14. ram: 70%
  15.  
  16. servers: # each server tag represents a cluster
  17. -
  18. name: local
  19. count: 6
  20. ram: 2016
  21. rest_username: Administrator
  22. rest_password: password
  23. data_path: "/data"
  24. index_path: "/data"
  25. init_nodes: 6
  26. buckets: default,other
  27. -
  28. name: remote
  29. count: 2
  30. ram: 2016
  31. rest_username: Administrator
  32. rest_password: password
  33. data_path: "/data"
  34. init_nodes: 2
  35. buckets: remote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement