Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568137
en ru br
ALT Linux repos
S:1.2-alt1

Group :: Development/Other
RPM: nocache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2-alt1
Build date: 9 march 2023, 02:08 ( 59.5 weeks ago )
Size: 15.37 Kb

Home page:   https://github.com/Feh/nocache

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).

Current maintainer: Vitaly Chikunov

List of contributors

List of rpms provided by this srpm:

  • nocache
  • nocache-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin