bump up runner runtime limits

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-09-13 14:52:09 +02:00
parent 0f2b55f6ff
commit f086c57442
+3
View File
@@ -75,6 +75,9 @@ impl pallet_revive::Config for Runtime {
type DepositPerByte = DepositPerByte;
type DepositPerItem = DepositPerItem;
type AddressMapper = AccountId;
type RuntimeMemory = ConstU32<{ 512 * 1024 * 1024 }>;
type PVFMemory = ConstU32<{ 1024 * 1024 * 1024 }>;
type MaxCodeLen = ConstU32<{ 256 * 1024 }>;
type UnsafeUnstableInterface = UnstableInterface;
type UploadOrigin = EnsureSigned<AccountId32>;
type InstantiateOrigin = EnsureSigned<AccountId32>;