Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
free -tm: used < buffers+cache. What should be actual used memory?

User_FYUBP
Member Posts: 5 Green Ribbon
in Oracle Linux
Hi all,
On Linux 8.6. As far as I understand from various document using "free -tm", used memory = used - buffers - cached.
However, looking at the stats, used < (buffers + cached) i.e. 510 - 532 = -22 and is incorrect.
Please advise what is the actual used memory?
[[email protected] ~]# free -tm
total used free shared buff/cache available
Mem: 11429 510 10387 10 532 10766 <-- used=510, buff/cache=532
Swap: 23840 0 23840
Total: 35270 510 34228
Thanks
happy