websocket disconnect between containers

We don’t currently limit the resources allocated to each container by default, but you can take a look at our supported docker-compose fields and play around with the quotas, shares, limits, and reservations as needed!

@klutchell, are there any tools in BalenaOS that will help us see if there is a memory leak or buffer overflow issue?

I am currently trying to implement the switch to host mode but am unable to get basic connectivity between the containers to work. I can certainly look this up myself but when we use host mode can we still use http://api:3000 to connect to the containers?

@cowens I don’t believe that you will be able to use the service namespace like api when you are in host networking mode. You would want to use the local loopback in that case.