mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-15 13:51:12 +00:00
bump up runner runtime limits
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -75,6 +75,9 @@ impl pallet_revive::Config for Runtime {
|
|||||||
type DepositPerByte = DepositPerByte;
|
type DepositPerByte = DepositPerByte;
|
||||||
type DepositPerItem = DepositPerItem;
|
type DepositPerItem = DepositPerItem;
|
||||||
type AddressMapper = AccountId;
|
type AddressMapper = AccountId;
|
||||||
|
type RuntimeMemory = ConstU32<{ 512 * 1024 * 1024 }>;
|
||||||
|
type PVFMemory = ConstU32<{ 1024 * 1024 * 1024 }>;
|
||||||
|
type MaxCodeLen = ConstU32<{ 256 * 1024 }>;
|
||||||
type UnsafeUnstableInterface = UnstableInterface;
|
type UnsafeUnstableInterface = UnstableInterface;
|
||||||
type UploadOrigin = EnsureSigned<AccountId32>;
|
type UploadOrigin = EnsureSigned<AccountId32>;
|
||||||
type InstantiateOrigin = EnsureSigned<AccountId32>;
|
type InstantiateOrigin = EnsureSigned<AccountId32>;
|
||||||
|
|||||||
Reference in New Issue
Block a user