From 8f4b5c3f1890b8afc933ed9d22c812cafaf9d8ff Mon Sep 17 00:00:00 2001 From: Xiliang Chen Date: Thu, 10 Jun 2021 02:35:23 +1200 Subject: [PATCH] update pvf heap page limit (#3198) --- polkadot/node/core/pvf/src/executor_intf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/core/pvf/src/executor_intf.rs b/polkadot/node/core/pvf/src/executor_intf.rs index 55ea41b769..8e2cbb6d92 100644 --- a/polkadot/node/core/pvf/src/executor_intf.rs +++ b/polkadot/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 {