File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/hyperlight_wasm/src/sandbox Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -202,9 +202,8 @@ impl Drop for ProtoWasmSandbox {
202202/// The default configuration is as follows:
203203///
204204/// * The Hyperlight default Host Print implementation is used.
205- /// * The Sandbox will attempt to run in a hypervisor if and will fail if no Hypervisor is available.
205+ /// * The Sandbox will attempt to run in a hypervisor and will fail if no Hypervisor is available.
206206/// * The Sandbox will have a stack size of 8K and a heap size of 64K
207- /// * The Sandbox will have a max execution time of 1000ms and a max wait for cancellation of 100ms
208207/// * All other Hyperlight configuration values will be set to their defaults.
209208///
210209/// This will result in a memory footprint for the VM backing the Sandbox of approximately 434K
You can’t perform that action at this time.
0 commit comments