Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

update pvf heap page limit #3198

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/core/pvf/src/executor_intf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down