Local docker-build of CV randomly crash

My local CV instance is up and running again. But it often crash randomly without any error in console log (am using docker build)
I noticed that it using only 1 thread of my CPU, but alway 100%, RAM usage is around 50-60%, network connection is very stable.
Is the CPU overload caused the crash? Why Mozilla’s devs didnt make it run multi-thread?

Hi,

I suspect devs will need a bit more details on the problem to figure out how to help you. Is there a way you can check other system logs?

Can you test this set-up in other box and see if the behavior is the same?

Thanks!

I’ve tried on many machine, diffirents PC specs, still crash
if I plan to have 1000 user recording at a time, what is the system requirement for server device?
Currently I have Intel® Xeon® Processor E3-1220 v3 (8M Cache, 3.10 GHz), 8GB RAM and 1TB hard drive

How can I make docker auto restart after crashed?
Actually, I think only the website crash, docker doesnt show any log, it seem to be running ok, but the website is unable to connect. I have to Ctrl + C and run docker-compose up again