Difference between pages "Strace: what a process does" and "Swap"

From Linuxintro
(Difference between pages)
(bDJMapOERorPMExLpWI)
 
imported>ThorstenStaerk
(Created page with "Swapping is when a computer exchanges the location of memory pages between physical RAM and harddisk space. <pre> tweedleburg:~/Downloads # swapon -s Filename ...")
 
Line 1: Line 1:
, http://enlignepharmacie.fr/acheter-achat-priligy-en-ligne-fr.html acheter priligy,  cospe,
+
Swapping is when a computer exchanges the location of memory pages between physical RAM and harddisk space.
 +
 
 +
<pre>
 +
tweedleburg:~/Downloads # swapon -s
 +
Filename                                Type            Size    Used    Priority
 +
tweedleburg:~/Downloads # swapon /tmp/swap
 +
tweedleburg:~/Downloads # swapon -s
 +
Filename                                Type            Size    Used    Priority
 +
/tmp/swap                              file            1048572 0      -1
 +
</pre>

Revision as of 09:22, 10 June 2012

Swapping is when a computer exchanges the location of memory pages between physical RAM and harddisk space.

tweedleburg:~/Downloads # swapon -s
Filename                                Type            Size    Used    Priority
tweedleburg:~/Downloads # swapon /tmp/swap 
tweedleburg:~/Downloads # swapon -s
Filename                                Type            Size    Used    Priority
/tmp/swap                               file            1048572 0       -1