So about the worker count: In `spacedock.target` there are 8 instances of the `spacedock.service` started. Each `spacedock.service` instance spawns 6 gunicorn workers. That makes 8*6 = 48 workers on a 16 thread (virtualised) server. I can't win any useful information out of the git history why those numbers have been chosen (the files have both been added to Git in #198, the first pull from HebaruSan that copied the code changes from production). _But_ I can say that 48 workers are definitely too much for that server. So either the number of started services should be reduced, or the number of gunicorn workers per service.