Package nocache: Information

    Source package: nocache
    Version: 1.2-alt1
    Build time:  Oct 21, 2023, 08:53 PM
    Report package bug
    License: BSD-2-Clause
    Summary: minimize caching effects
    Description: 
    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).

    List of RPM packages built from this SRPM:
    nocache (loongarch64)
    nocache-debuginfo (loongarch64)

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov

      1. /proc
      2. strace

    Last changed


    March 9, 2023 Vitaly Chikunov 1.2-alt1
    - First import v1.2 (2022-05-01).