I'm editing the Crate.yml
file in order to start a new node, my file is:
cluster.name: name
node.name: "name"
node.master: true
node.data: true
CRATE_HEAP_SIZE: 4g
When setting up Crate
heap with 4g of RAM, it doesn't work when creating the default first node (when Crate
starts) it creates the node with 1gb.
How should I define the heap size in the config file?
Thanks a lot