translator
11,127
edits
(Created page with "=Обзор=") |
(Created page with "Пространство подкачки используется для расширения объема памяти (RAM), доступной для запуска про...") Tags: Mobile web edit Mobile edit |
||
Line 5: | Line 5: | ||
=Обзор= | =Обзор= | ||
Пространство подкачки используется для расширения объема памяти (RAM), доступной для запуска программ. | |||
* 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. |