Skip to content

allocating large chunk of bytes #348

Description

@failfmi

While trying to benchmark the runtime with 10_000 System.remark extrinsics in Execute_block, the following error occurs:

failed to allocate: allocating: bumping: cannot grow linear memory: from 4096 pages to 8192 pages

Even if we increase the wazero instance wasm pages to more (8192, or even 16384), a new error occurs:

running runtime function: order from size: requested allocation too large, requested 67108864, max possible allocations: 33554432 (recovered by wazero)

It seems that it tries to allocate a big chunk, which is more than the maximum allowed (33554432).

Most probably GC related.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
🔖 On hold

Relationships

None yet

Development

No branches or pull requests

Issue actions