From 065d5c5172ca539195bdde7b3b870da8a7561e37 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Wed, 11 Dec 2024 08:44:18 -0800 Subject: [PATCH] Update free disk space text --- apps/web/src/app/(docs)/docs/filesystem/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(docs)/docs/filesystem/page.mdx b/apps/web/src/app/(docs)/docs/filesystem/page.mdx index 06e038672..0c87453f5 100644 --- a/apps/web/src/app/(docs)/docs/filesystem/page.mdx +++ b/apps/web/src/app/(docs)/docs/filesystem/page.mdx @@ -1,6 +1,6 @@ # Filesystem -Each E2B Sandbox has its own isolated filesystem with 5GB of disk space. +Each E2B Sandbox has its own isolated filesystem. The [Hobby tier](https://e2b.dev/pricing) sandboxes come with 1 GB of the free disk space and [Pro tier](https://e2b.dev/pricing) sandboxes come with 5 GB. With E2B SDK you can: - [Read and write files to the sandbox.](/docs/filesystem/read-write)