Hello Folks
I have recently upgraded to 0.11.8 and using go sdk.
We are seeing all our dagger fleet servers are at 100% disk utilization, causing production outage.
This .toml config
insecure-entitlements = ["security.insecure"]
[worker.containerd]
enabled = false
[grpc]
address = ["tcp://0.0.0.0:8080"]
[worker.oci]
enabled = true
gc = true
snapshotter = "overlayfs"
max-parallelism = 64
cniPoolSize = 32
[[worker.oci.gcpolicy]]
keepBytes = "3200000MB"
keepDuration = "0"
all = false```
can anyone please help, this was smoothly working with engine 0.6.2 and now stopped working with 0.11.8?