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
After the rework of the QEMU memory management, which landed in v8.0.0
and introduced interval trees instead of individual page descriptors -
similar to how the Linux kernel does it - it became possible to run the
WASMTIME_TEST_NO_HOG_MEMORY tests under it.
The only exception is the rlimited-memory test, which relies on the
underlying OS enforcing the RLIMIT_DATA limit. QEMU chose to ignore
this limit, because it interferes with its JIT.
Skip this test when using emulation.
0 commit comments