diff --git a/website/source/docs/drivers/exec.html.md b/website/source/docs/drivers/exec.html.md
index be21b47e8f5..ab123a1ed24 100644
--- a/website/source/docs/drivers/exec.html.md
+++ b/website/source/docs/drivers/exec.html.md
@@ -125,5 +125,10 @@ machine:
]
```
+Nomad will copy these directories into the job's chroot, so make sure you have
+enough disk space. Also take into consideration that allocations are not
+removed immediately after a job has completed, so you might need some margin if
+you run many batch jobs.
+
This list is configurable through the agent client
[configuration file](/docs/agent/configuration/client.html#chroot_env).