Default 2048 heap pages (#8892)

This commit is contained in:
Gavin Wood
2021-05-24 13:32:39 +01:00
committed by GitHub
parent 14befab52e
commit 45478043cf
@@ -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.
///