Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
2661213b
Unverified
Commit
2661213b
authored
Jun 10, 2021
by
Xiliang Chen
Committed by
GitHub
Jun 09, 2021
Browse files
update pvf heap page limit (#3198)
parent
8be63cd6
Pipeline
#141470
canceled with stages
in 6 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/core/pvf/src/executor_intf.rs
View file @
2661213b
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment