Hi guys,
Is there any Docker image I can use to build the smallest Erlang VM in term of memory usage and disk space?
Currently, I’m shipping my containers based on Ubuntu 22.04 LTS. They are pretty large and consume +200MB of RAM during startup (not even under load).
My task in the next weeks is to deploy more containers, and I can’t afford wasting memory like that.
Disclaimer: newbie here. I know only basics Docker.
Many thanks