mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
update pvf heap page limit (#3198)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user