Agreed, but if you are running on micro-services and an app crashes, you don't lose everything (hopefully). It's not enough to make me want to use micro-services everywhere, but it is a consideration.
I'd like to see things work on Erlang/Elixir in Production and whether that works better, since the BEAM is very good at preventing individual processes from dominating the server and is also very good at recovering from errors.