Stream: git-wasmtime

Topic: wasmtime / PR #1895 Disable static memory under QEMU on CI


view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 00:50):

alexcrichton opened PR #1895 from qemu-dynamci to master:

This commit disables the usage of "static" memory on CI and instead
forces all memories to be "dynamic" meaning that they reserve much
smaller chunks of memory. This causes the QEMU process's memory to
drastically drop (10GiB -> 600MiB) and should allow us to keep enabling
tests without hitting the OOM killer on CI.

Closes #1871 (includes that)
Closes #1893

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 01:28):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 01:28):

cfallin created PR Review Comment:

nit: s/Prevoiusly/Previously/

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 01:28):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 01:31):

alexcrichton updated PR #1895 from qemu-dynamci to master:

This commit disables the usage of "static" memory on CI and instead
forces all memories to be "dynamic" meaning that they reserve much
smaller chunks of memory. This causes the QEMU process's memory to
drastically drop (10GiB -> 600MiB) and should allow us to keep enabling
tests without hitting the OOM killer on CI.

Closes #1871 (includes that)
Closes #1893

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 02:05):

alexcrichton merged PR #1895.


Last updated: Oct 23 2024 at 20:03 UTC