From 7338e9fdd714714966a6e3927c28c243737ffc1f Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:10:09 +0000 Subject: [PATCH] docs: document cloned workspace volume size Clone-mode users had no documentation for configuring the cloned workspace volume capacity. Document DOCKER_SANDBOXES_CLONED_WORKSPACE_SIZE in the disk-space troubleshooting guidance with a 100g creation example.\n\nCo-Authored-By: Claude --- content/manuals/ai/sandboxes/troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/manuals/ai/sandboxes/troubleshooting.md b/content/manuals/ai/sandboxes/troubleshooting.md index 7be080191a21..6ee446be179d 100644 --- a/content/manuals/ai/sandboxes/troubleshooting.md +++ b/content/manuals/ai/sandboxes/troubleshooting.md @@ -210,6 +210,15 @@ $ DOCKER_SANDBOXES_ROOT_SIZE=40g sbx run claude `DOCKER_SANDBOXES_ROOT_SIZE` controls the root filesystem size. `DOCKER_SANDBOXES_DOCKER_SIZE` controls the Docker data disk (`/var/lib/docker`) size. The two are independent — set both if needed. +For a [clone-mode sandbox](usage.md#clone-mode), set +`DOCKER_SANDBOXES_CLONED_WORKSPACE_SIZE` before creating the sandbox to +configure the cloned workspace volume capacity. The variable accepts +human-readable size strings such as `100g`: + +```console +$ DOCKER_SANDBOXES_CLONED_WORKSPACE_SIZE=100g sbx run --clone claude +``` + ## Filesystem operations are slow in large repositories Filesystem operations such as `git status`, `git log`, or directory scans can