How do i view how much ram is installed on my PC It's supposed to be 8GB but with a command i tried it says 6GB ram and 2GB swap file
total used free shared buff/cache available Mem: 6111392 1968428 1709540 60312 2433424 3794260 Swap: 2097148 0 2097148
awk '/MemTotal/ {print $2}' /proc/meminfo
and add it into your question with [edit]. TY for what you've done so far. – K7AAY Sep 25 '19 at 18:13Memory:
in /var/log/kern.log. That line will tell you how memory is allocated at boot time. See also here. – Doug Smythies Sep 25 '19 at 20:01