mm: Boost when memory pressure becomes high
When memory pressure starts to balloon, allocation latency takes a hit as the page allocator continuously tries to find a way to free up some pages. Boosting when this occurs can significantly help reduce allocation latency, preventing noticeable lag from being observed. Signed-off-by:Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by:
ronaxdevil <pratabidya.007@gmail.com> Signed-off-by:
arnavpuranik <puranikarnav@gmail.com>
Please register or sign in to comment