|
|
|
|
|
by Denvercoder9
1168 days ago
|
|
> Just a guess but since apps can fail to free memory correctly That's not relevant here; from the perspective of the kernel pages are either assigned to a process, or they're not. If an application fails to free memory correctly, that only means it'll keep having pages assigned to it that it no longer uses, but eventually those pages will always be released (by the kernel upon termination of the process, in the worst case). |
|