Cluster
Last updated
Last updated
If you connect several nodes together, this is called a cluster.
Just do the normal node setup, like with the first node. Simply specify the same database as from the first node. This will automatically connect the nodes.
See (does the same).
cluster publish <node>
If a node is not running properly you can suspend it. This should stop this node automatically.
cluster suspend <node>
The maximum ram available to the cloud servers of a node can be set as follows (in mb):
cluster edit <node> maxmemory <value>
cluster list
cluster ping <node>