Stream: git-wasmtime

Topic: wasmtime / PR #4872 Prevent virtual memory OOM in spectes...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 06 2022 at 14:39):

alexcrichton opened PR #4872 from fix-spectest-virtual-oom to main:

This commit hard-codes the pooling allocator's limit of linear memories
to 1 when used with fuzzing the spec tests themselves. This prevents the
number from being set too high and hitting a virtual-memory-based OOM
due to the virtual memory reservation of the pooling allocator being too
large.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 06 2022 at 18:27):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 06 2022 at 18:38):

alexcrichton merged PR #4872.


Last updated: Oct 23 2024 at 20:03 UTC