nuriel77 / goshimmer-playbook

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

Added Raspberry Pi support #3

Closed antonionardella closed 5 years ago

antonionardella commented 5 years ago

Added references to Raspberry Pi for setup. Installation tested on Raspberry Pi 3. HW Info: $ cat /proc/device-tree/model Raspberry Pi 3 Model B Plus Rev 1.3 Operating system Dietpi: $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 9.9 (stretch) Release: 9.9 Codename: stretch

Shimmer will not start until https://github.com/iotaledger/goshimmer/issues/59 is fixed. Error: cannot allocate memory

antonionardella commented 5 years ago

I had to change this parameter to get the script minimum required memory on node from min_required_memtotal_mb: 1536 to min_required_memtotal_mb: 900

Please decide how to set this parameter for safe usage. Would it be possible to set this variable depending on the architecture?

nuriel77 commented 5 years ago

duplicate of https://github.com/nuriel77/goshimmer-playbook/pull/6