We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb0b58 commit 734fb51Copy full SHA for 734fb51
1 file changed
src/hyperlight_wasm/examples/rust_wasm_examples/main.rs
@@ -40,7 +40,7 @@ fn main() -> Result<()> {
40
41
let mut proto_wasm_sandbox = SandboxBuilder::new()
42
.with_guest_input_buffer_size(256 * 1024)
43
- .with_guest_heap_size(768 * 1024)
+ .with_guest_heap_size(1280 * 1024)
44
.build()?;
45
46
proto_wasm_sandbox.register("TestHostFunc", host_func)?;
0 commit comments