Difference between revisions of "Swap/fr"

Created page with "=Utiliser une partition swap="
(Created page with "vous affichera une liste de toutes les applications / services qui ont alloué du swap et combien en ordre décroissante.")
(Created page with "=Utiliser une partition swap=")
Line 89: Line 89:
   awk '/VmSwap|Name/{printf $2 "\t" $3}END{ print "" }' "$szFile"
   awk '/VmSwap|Name/{printf $2 "\t" $3}END{ print "" }' "$szFile"
  done | sort --key 2 --numeric --reverse | more
  done | sort --key 2 --numeric --reverse | more
=Using a Swap Partition=
=Utiliser une partition swap=


A swap partition is the traditional way of managing swap.  In this scenario, a dedicated partition (or partitions) are created for holding swap.
A swap partition is the traditional way of managing swap.  In this scenario, a dedicated partition (or partitions) are created for holding swap.
Moderators, translator
286

edits