You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
While trying to benchmark the runtime with 10_000 System.remark extrinsics in
Execute_block
, the following error occurs:Even if we increase the wazero instance wasm pages to more (8192, or even 16384), a new error occurs:
It seems that it tries to allocate a big chunk, which is more than the maximum allowed (33554432).
Most probably GC related.
The text was updated successfully, but these errors were encountered: