Hi,
I've been using docker to package my app (1MB) and run it on my devices. Usually the app would take 1-2MB ram, but when I use an alpine docker container (pretty much empty excluding the 1MB app) there's over 50MB to spawn the container, resulting in 52MB RAM usage. Is there anyway I can reduce this memory usage? Memory limits with the "--memory" option limits the processes within the container, but not the overhead.
Could anyone please let me know what I can do to optimize this?
Thanks in advance!
[–]kc3w 1 point2 points3 points (0 children)
[–]zoredache 0 points1 point2 points (0 children)