diff --git a/internal/sandbox/manager.go b/internal/sandbox/manager.go index f15c576..3828109 100644 --- a/internal/sandbox/manager.go +++ b/internal/sandbox/manager.go @@ -273,7 +273,7 @@ func (m *Manager) Create( memoryMB = 512 } if diskSizeMB <= 0 { - diskSizeMB = 5120 // 5 GB default + diskSizeMB = m.cfg.DefaultRootfsSizeMB } timeoutSec = clampTimeout(timeoutSec)