Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2019-04-12 22:26:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Expedited memory reclaim from killed processes
Running out of memory puts a Linux system into a difficult situation; in
the worst cases, there is often no way out other than killing one or more
processes to reclaim their memory. This killing may be done by the kernel
itself or, on systems like Android, by a user-space out-of-memory (OOM)
killer process. Killing a process is almost certain to make somebody unhappy;
the kernel should at least try to use that process's memory expeditiously
so that, with luck, no other processes must die. That does not always
happen, though, in current kernels. This
patch set
from Suren Baghdasaryan aims to improve the situation, but
the solution that results in the end may take a different form.


(Читать комментарии) (Добавить комментарий)