How to verify which sqlite version is used within docker?

@stefanbenten mentioned, he’s running a node on an M1, too. I would expect him to have the same issue, if it’s a general issue. If not, it might be obvious, that he runs other system settings, like e.g. resources provided to docker (?).

If M1 is calculating too fast, it might help to reduce resources provided to docker. I’ve done that, after my node crashes 3 times a day now, especially when node traffic is very high (compared to the average traffic). I’ve reduced cpu count from 6 to 2 in the docker settings. Not sure if that helps, let’s see.

1 Like