Moderators, translator
286
edits
(Created page with "=Aperçu=") |
(Created page with "L'espace d'échange (« swap » à partir de maintenant) est utilisé pour étendre la capacité de la mémoire vive (RAM) disponible pour exécuter des logiciels.") |
||
Line 5: | Line 5: | ||
=Aperçu= | =Aperçu= | ||
L'espace d'échange (« swap » à partir de maintenant) est utilisé pour étendre la capacité de la mémoire vive (RAM) disponible pour exécuter des logiciels. | |||
* Without swap space, if you run out of memory, applications ''will'' be terminated up to and including the entire system crashing. | * Without swap space, if you run out of memory, applications ''will'' be terminated up to and including the entire system crashing. | ||
* With swap space available to the system, the kernel can take less frequently accessed memory pages from inactive applications / services and write them to disk ("swapping" them), allowing more actual RAM to be available for active applications. | * With swap space available to the system, the kernel can take less frequently accessed memory pages from inactive applications / services and write them to disk ("swapping" them), allowing more actual RAM to be available for active applications. |