1
What is the absolute bare minimum RAM required for a full node. So for example a pi zero with 512MB RAM, could that act as a full node?
If not what components are causing the RAM usage, my own theory is that the txleveldb is fully loaded to RAM? If so as the chain gets longer, RAM usage will need to increase?
Theoretically you can have a very small amount of RAM if you have enough swap, but performance will be unacceptable. Anecdotally, on an amd64 Linux box, bitcoind has an RSS stable at about 650 MB. You can adjust the sizes of various caches to make that larger or smaller. – Nate Eldredge – 2017-03-03T18:37:05.013
So I tried reducing the dbcache to around 4MB and that has a small effect, but not enough, what other caches are available to be reduced? – Scalextrix – 2017-03-04T11:44:25.610