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
cfallin submitted PR Review.
cfallin created PR Review Comment:
nit: s/Prevoiusly/Previously/
cfallin submitted PR Review.
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
alexcrichton merged PR #1895.
Last updated: Nov 22 2024 at 16:03 UTC