NilsIrl / dockerc

container image to single executable compiler
GNU General Public License v3.0
2.74k stars 40 forks source link

Memory leak when using podman #16

Open spv00 opened 3 months ago

spv00 commented 3 months ago

out

The binary release 0.2.1 seems to keep spawning new processes, filling up memory until the OOM killer gets it when used in combination with podman.

Command used

./dockerc --image containers-storage:alpine --output alpine

Gif demonstrating should be attached. This happens on arch (6.6.25-1-lts) and ubuntu 22.04 with every podman image i tried.

I wasnt able to compile from source yet but if thats necessary lmk.