Linux memory: Difference between revisions
From DWIKI
m (→Links) |
mNo edit summary |
||
Line 1: | Line 1: | ||
=Links= | |||
*[http://www.linuxatemyram.com/ Linux ate my RAM!] | = Links = | ||
*[https://www.tecmint.com/clear-ram-memory-cache-buffer-and-swap-space-on-linux/ How to Clear RAM Memory Cache, Buffer and Swap Space on Linux] | |||
*[http://serverfault.com/questions/377617/how-to-interpret-output-from-linux-top-command How to interpret output from Linux 'top' command?] | *[http://www.linuxatemyram.com/ Linux ate my RAM!] | ||
*[https://www.tecmint.com/clear-ram-memory-cache-buffer-and-swap-space-on-linux/ How to Clear RAM Memory Cache, Buffer and Swap Space on Linux] | |||
*[http://serverfault.com/questions/377617/how-to-interpret-output-from-linux-top-command How to interpret output from Linux 'top' command?] | |||
*<span style="font-family:monospace"><span style="color:#000000; background-color:#ffffff">https://linuxhint.com/understanding_vm_swappiness/</span></span> | |||
=FAQ= | =FAQ= | ||
==what is using all my swap?== | ==what is using all my swap?== | ||
smem -r -s swap| head -n3 | smem -r -s swap| head -n3 |
Revision as of 12:30, 12 April 2021
Links
- Linux ate my RAM!
- How to Clear RAM Memory Cache, Buffer and Swap Space on Linux
- How to interpret output from Linux 'top' command?
- https://linuxhint.com/understanding_vm_swappiness/
FAQ
what is using all my swap?
smem -r -s swap| head -n3