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

Commit

Permalink
Default 2048 heap pages (#8892)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed May 24, 2021
1 parent c0be584 commit 90cfb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/executor/src/native_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use sp_externalities::ExternalitiesExt as _;
use sp_tasks::new_async_externalities;

/// Default num of pages for the heap
const DEFAULT_HEAP_PAGES: u64 = 1024;
const DEFAULT_HEAP_PAGES: u64 = 2048;

/// Set up the externalities and safe calling environment to execute runtime calls.
///
Expand Down

0 comments on commit 90cfb95

Please sign in to comment.