Skip to content
Snippets Groups Projects
Commit 8f4b5c3f authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

update pvf heap page limit (#3198)

parent 29b531f4
Branches
No related merge requests found
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment