Quote:
Originally Posted by piggy
Command: free
Shows: swap 8385848
Command: df
Shows: 1028224 /dev/shm
Why isn't swap shown on /dev/shm?
|
/dev/shm is shared memory and it is used for passing the data between programs. If no program is using shared memory it will be zero.
Don't get confused between swap and shared memory concepts, both are different.