Moderators, translator
286
edits
(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 | ||
= | =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. |