nuriel77 / goshimmer-playbook

Ansible playbook to install and configure goshimmer
MIT License
15 stars 4 forks source link

not enough memory #5

Closed sl00k closed 5 years ago

sl00k commented 5 years ago

TASK [common : stop if memory is too small] *** fatal: [localhost]: FAILED! => { "assertion": "ansible_memtotal_mb >= min_required_memtotal_mb", "changed": false, "evaluated_to": false, "msg": "Assertion failed"

why do you check for it?

nuriel77 commented 5 years ago

@sl00k because at least initially, there was no chance to run a goshimmer node with less than 1500MB RAM. There's a pending PR to lower the requirement to 900MB... We'll see how much a node can survive after some optimisation is done to goshimmer.

nuriel77 commented 5 years ago

Lowered to 900MB in this PR https://github.com/nuriel77/goshimmer-playbook/pull/6