From 884edb7a913e5a8d28030f3f22b92adf8b60c3ed Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 8 Jun 2021 21:48:28 +0000 Subject: [PATCH] update pvf heap page limit --- node/core/pvf/src/executor_intf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/core/pvf/src/executor_intf.rs b/node/core/pvf/src/executor_intf.rs index 55ea41b7696b..8e2cbb6d92bd 100644 --- a/node/core/pvf/src/executor_intf.rs +++ b/node/core/pvf/src/executor_intf.rs @@ -29,7 +29,7 @@ use sp_wasm_interface::HostFunctions as _; const CONFIG: Config = Config { // TODO: Make sure we don't use more than 1GB: /~https://github.com/paritytech/polkadot/issues/699 - heap_pages: 1024, + heap_pages: 2048, allow_missing_func_imports: true, cache_path: None, semantics: Semantics {