Bug 219427
Summary: | Memory leak of pinned pages in "low memory conditions" | ||
---|---|---|---|
Product: | Memory Management | Reporter: | vlovich |
Component: | Page Allocator | Assignee: | Andrew Morton (akpm) |
Status: | NEW --- | ||
Severity: | normal | CC: | bizyaev, edwin0cheng |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
vlovich
2024-10-25 20:08:14 UTC
The only thing that doesn't make sense in the explanation. I have 64GiB of RAM and even on a freshly booted machine, the memory usage is only 4 GiB. The maximum allocated by llama.cpp is ~16 GiB. So it's a bit strange to be hitting the issue with the reasoning that it's in the "low memory conditions" case only. I've confirmed the patch fixes the issue on 6.11. Can't quite get 6.12 booting for some reason to double-check. |