diff --git a/website/blog/2023-05-08-rootfs-overlay.md b/website/blog/2023-05-08-rootfs-overlay.md index 97c9dd934..bca8fc9f0 100644 --- a/website/blog/2023-05-08-rootfs-overlay.md +++ b/website/blog/2023-05-08-rootfs-overlay.md @@ -1,6 +1,8 @@ # Rootfs Overlay -This blog was +Root filesystem overlay is now the default in runsc. This improves performance +for filesystem-heavy workloads by overlaying the container root filesystem with +a tmpfs filesystem. Learn more about this feature in the following blog that was [originally posted](https://opensource.googleblog.com/2023/04/gvisor-improves-performance-with-root-filesystem-overlay.html) on [Google Open Source Blog](https://opensource.googleblog.com/).