Closed vpetersson closed 2 years ago
@vpetersson any reason why we can't just use the default we are using in the raspi cm3 config?
also - since we aren't taking snapshots on miners typically, this is probably irrelevant
Yeah this can be closed out. This was opened before they fixed the garbage collection issue. The default value should be fine.
I order to support Raspberry Pis 4B in various configurations, we need to modify
snapshot_memory_limit
accordingly.The easiest way to do this is probably to look for the total memory usage and set it to
TOTAL_MEMORY - 256MB
or something like that.