This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make out_of_memory_recovery test trigger OOM faster.
Fixes #1183. This test is taking up the majority of the test runtime on CPU backends, slowing eating away at RAM/swap for two minutes while the rest of the system gets evicted from RAM and stops responding. Replaced the allocation loop with a single large allocation, now the test runs in ~1ms and doesn't actually allocate significant resources.
- Loading branch information