translator
278
edits
(Updating to match new version of source page) |
(Created page with "Der Auslagerungsspeicher wird zur Erweiterung des für die Ausführung von Programmen verfügbaren Speichers (RAM) verwendet.") |
||
Line 5: | Line 5: | ||
=Übersicht= | =Übersicht= | ||
Der Auslagerungsspeicher wird zur Erweiterung des für die Ausführung von Programmen verfügbaren Speichers (RAM) verwendet. | |||
* 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. |