Actions
Anomalie #411
closedoomtest_fill algo change to eat not only the biggest block but all blocks
Description
Currently find and consume the biggest available RAM block by dichotomy but leave behind fragmented smaller blocks
Recursively ? (probably bad idea for the stack given the goal) or Iteratively continue to consume the biggest blocks until reaching the maxheap threshold
This will REALLY consumme ALL the available RAM until 0, this code needs to be VERY safe
Updated by François Cerbelle 5 months ago
- Blocks Feature request #400: Implement tests for the oomtest_begin/oomtest_end functions added
Updated by François Cerbelle 5 months ago
- Status changed from En cours to Résolu
- % Done changed from 0 to 100
Applied in changeset mkernel|dc847b86af46f8f4731d8bd58b321264575901c1.
Actions