Given the output from the following command: adb shell cat /proc/meminfo
MemTotal: 222460 kB
MemFree: 73628 kB
Buffers: 2928 kB
Cached: 65176 kB
SwapCached: 0 kB
How do you configure the way these allocations are made? For example, can I reduce the amount of memory reserved for "Cached"?
MemTotal: 222460 kB
MemFree: 73628 kB
Buffers: 2928 kB
Cached: 65176 kB
SwapCached: 0 kB
How do you configure the way these allocations are made? For example, can I reduce the amount of memory reserved for "Cached"?