Unverified Commit 2661213b authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

update pvf heap page limit (#3198)

parent 8be63cd6
Pipeline #141470 canceled with stages
in 6 minutes and 7 seconds
......@@ -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 {
......
Supports Markdown
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