Thread: Swap
View Single Post

  #3 (permalink)  
Old 07-16-2007, 10:01 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Quote:
Originally Posted by piggy View Post
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.
__________________
May the force with you!
Reply With Quote