diff options
| author | Frank Ch. Eigler <fche@redhat.com> | 2019-12-26 19:06:46 -0500 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@redhat.com> | 2019-12-27 06:46:48 -0500 |
| commit | 83375d92a20f26302fddb30dbab5bb22ffccaa7c (patch) | |
| tree | e234c0dd928c8ed906a1b0fb665e3194e6a7a45a /doc/debuginfod.8 | |
| parent | 5de5dc7d1bf8b49056b123978f0449588d5f006c (diff) | |
| download | elfutils-fche/debuginfod-fd-cache.tar.gz | |
debuginfod: extracted-from-archive file cachefche/debuginfod-fd-cache
Add a facility to service webapi and dwz/altdebug requests that
resolve to archives via a $TMPDIR file cache. This permits
instantaneous dwz resolution during -debuginfo rpm scanning, and also
instantanous duplicate webapi requests. The cache is limited both in
number of entries and in storage space. Heuristics provide
serviceable defaults.
Diffstat (limited to 'doc/debuginfod.8')
| -rw-r--r-- | doc/debuginfod.8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/debuginfod.8 b/doc/debuginfod.8 index 342f524c..f11e7cb5 100644 --- a/doc/debuginfod.8 +++ b/doc/debuginfod.8 @@ -177,6 +177,16 @@ loops in the symbolic directory tree might lead to \fIinfinite traversal\fP. .TP +.B "\-\-fdcache-fds=NUM" "\-\-fdcache-mbs=MB" +Configure limits on a cache that keeps recently extracted files from +archives. Up to NUM files and up to a total of MB megabytes will be +kept extracted, in order to avoid having to decompress their archives +again. The default NUM and MB values depend on the concurrency of the +system, and on the available disk space on the $TMPDIR or \fB/tmp\fP +filesystem. This is because that is where the most recently used +extracted files are kept. Grooming cleans this cache. + +.TP .B "\-v" Increase verbosity of logging to the standard error file descriptor. May be repeated to increase details. The default verbosity is 0. |
