|
|
|
|
|
by nitrogen
2524 days ago
|
|
Are memory-heavy applications able to detect true available memory? I could see an app that tries to scale itself to available memory running with reduced performance or refusing to run if it sees non-page-cache but evictable memory as unavailable. |
|
In general applications don't manage their ram usage based on available resources they just take what they need until your system starts swapping.
The OS manages memory and evicts cache to make use for applications when they request it. The good thing about a cached file is that it is available on disk to be reread any time you like.