Skip to content

Commit 734fb51

Browse files
committed
Update heap size to have space for bigger pulley binaries
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
1 parent 2cb0b58 commit 734fb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/hyperlight_wasm/examples/rust_wasm_examples

src/hyperlight_wasm/examples/rust_wasm_examples/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fn main() -> Result<()> {
4040

4141
let mut proto_wasm_sandbox = SandboxBuilder::new()
4242
.with_guest_input_buffer_size(256 * 1024)
43-
.with_guest_heap_size(768 * 1024)
43+
.with_guest_heap_size(1280 * 1024)
4444
.build()?;
4545

4646
proto_wasm_sandbox.register("TestHostFunc", host_func)?;

0 commit comments

Comments
 (0)