#Is dagger engine supposed to build up RAM usage?

1 messages · Page 1 of 1 (latest)

ebon grove
#

Hello! I have a basic setup with k8s node, dagger engine daemonset, and a runner connecting over buildkitd.sock. I noticed that after my functions are completed / errored out, engine's RAM usage doesn't always decrease, and if it does then not fully. I'm not sure if its due to my constructor module calling another dagger modules or something and i'm willing to figure it out, but I need to know the expected behavior.

sonic ridge
ebon grove
#

I had another pods scheduled on the same node engine is running on, so that caused OOMs which got me looking on the engine consumption and worried. I removed the scheduling and will continue to observe. Thank you for clarification! It does seem like it's constantly increasing, but I might have skipped the part where it hits GC trigger or something due to another pods meddling and causing OOM. Again, will keep monitoring for now.