Skip to content

Commit 9e014c5

Browse files
authored
docs(secure-container): remove outdated performance comparison section (#417)
1 parent 69a7628 commit 9e014c5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

docs/secure-container.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -714,17 +714,6 @@ sudo containerd config dump
714714
sudo systemctl restart containerd
715715
```
716716

717-
### Performance Comparison
718-
719-
| Runtime | Cold Start | Warm Start (from Pool) | Memory per Sandbox |
720-
|---------|-----------|------------------------|-------------------|
721-
| runc | ~500ms | ~50ms | ~5MB |
722-
| gVisor | ~550ms | ~100ms | ~50MB |
723-
| Kata (QEMU) | ~1000ms | ~200ms | ~20-50MB |
724-
| Kata (Firecracker) | ~625ms | ~125ms | ~5MB |
725-
726-
**Recommendation**: Use Pools for production workloads to avoid cold start penalties.
727-
728717
### Compatibility Matrix
729718

730719
| Feature | runc | gVisor | Kata (QEMU) | Kata (CLH) | Kata (FC) |

0 commit comments

Comments
 (0)