Пакет nocache: Информация

    Исходный пакет: nocache
    Версия: 1.2-alt1
    Собран:  26 марта 2023 г. 22:03
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/Feh/nocache

    Лицензия: BSD-2-Clause
    О пакете: minimize caching effects
    Описание: 
    The nocache tool tries to minimize the effect an application has on
    the Linux file system cache. This is done by intercepting the open and
    close system calls and calling posix_fadvise with the POSIX_FADV_DONTNEED
    parameter. Because the library remembers which pages (ie., 4K-blocks of
    the file) were already in file system cache when the file was opened,
    these will not be marked as "don't need", because other applications
    might need that, although they are not actively used (think: hot standby).

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    nocache (e2kv6, e2kv5, e2kv4, e2k)
    nocache-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Vitaly Chikunov

    Список участников:
    Vitaly Chikunov

      1. /proc
      2. strace

    Последнее изменение


    9 марта 2023 г. Vitaly Chikunov 1.2-alt1
    - First import v1.2 (2022-05-01).