Skip to content

Commit d5e8983

Browse files
authored
Update max_heap_size.rs
1 parent 3996424 commit d5e8983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/max_heap_size.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fn main() -> Result<(), Error> {
1313
);
1414

1515
let mut runtime = Runtime::new(RuntimeOptions {
16-
max_heap_size: Some(1 * 1024 * 1024),
16+
max_heap_size: Some(5 * 1024 * 1024),
1717
..Default::default()
1818
})?;
1919

0 commit comments

Comments
 (0)