You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><p>Cached containers for faster startup. The <codeclass="docutils literal notranslate"><spanclass="pre">POOL_SIZE</span></code> parameter controls how many containers are pre-created and cached in a ready-to-use state. When users request a new sandbox, the system will first try to allocate from this pre-warmed pool, significantly reducing startup time compared to creating containers from scratch. For example, with <codeclass="docutils literal notranslate"><spanclass="pre">POOL_SIZE=10</span></code>, the system maintains 10 ready containers that can be instantly assigned to new requests.</p></td>
<td><p>All sandboxes will be released after the server is closed if set to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code>.</p></td>
<td><p>Currently, <codeclass="docutils literal notranslate"><spanclass="pre">docker</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">k8s</span></code> are supported</p></td>
<td><p>For persistent storage path where the <codeclass="docutils literal notranslate"><spanclass="pre">/workspace</span></code> file is stored</p></td>
0 commit comments