During local development, 1000 sandbox UIDs are generated every time the service is restarted. Additionally, it is unsafe to start the service as the root user
$ grep "sandbox10" /etc/passwd | wc -l
41000
$ grep "sandbox10000" /etc/passwd | wc -l
41
$ grep "sandbox10999" /etc/passwd | wc -l
41
During local development, 1000 sandbox UIDs are generated every time the service is restarted. Additionally, it is unsafe to start the service as the root user