"RangeError: Maximum call stack size exceeded"
I have frequently run into that error message, so for months I have been starting sbot
(I'm not on ssb-server
yet) with
node --stack-size=51200 ~/.npm-global/bin/sbot server
(For some reason, node
doesn't accept values greater than 51200.)