|
|
|
|
|
by michaelmrose
2526 days ago
|
|
You are over complicating. 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. |
|