update pvf heap page limit (#3198)

This commit is contained in:
Xiliang Chen
2021-06-10 02:35:23 +12:00
committed by GitHub
parent 29b531f4ec
commit 8f4b5c3f18
+1 -1
View File
@@ -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 {