Dispatcher Memory Usage
This isn't an issue per say, just wanted to post the output of docker stats
from the dev server I setup:
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
bc58382dd72e signalboost_dispatcher_PHONE_NUMBER 0.13% 141.6MiB / 3.863GiB 3.58% 13.1kB / 25.3kB 0B / 0B 43
a36346d38560 letsencrypt 0.20% 5.668MiB / 3.863GiB 0.14% 22.9kB / 14.9kB 0B / 0B 12
940cb49ce084 signalboost_orchestrator 0.03% 49.8MiB / 3.863GiB 1.26% 8.27kB / 3.87kB 28.7kB / 0B 22
14582f4faed7 proxy 0.21% 7.695MiB / 3.863GiB 0.19% 8.89kB / 5.26kB 0B / 8.19kB 23
db4dd6783246 signalboost_db 0.95% 6.582MiB / 3.863GiB 0.17% 5.77kB / 4.5kB 0B / 2.99MB 8
A single signalboost dispatcher is using right now about 141mb. We can use that to get a ballpark of how much memory we need per channel. So if we have 10 channels: that's about 1.5G used for the disaptchers.
Edited by aguestuser