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
Actions