Bug 27092 - handle low memory conditions better
Summary: handle low memory conditions better
Status: RESOLVED FIXED
Alias: None
Product: elfutils
Classification: Unclassified
Component: debuginfod (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-17 20:02 UTC by Frank Ch. Eigler
Modified: 2021-02-05 17:40 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2020-12-17 20:02:55 UTC
When running on low-RAM computers against larger datasets, debuginfod has been observed to suffer OOM type sudden death.  The tool should try harder to predict and recover from low memory conditions.
Comment 1 Frank Ch. Eigler 2021-02-05 17:40:12 UTC
commit aa121ea7f19e002c5e4738616342cd1d7be1bfd2
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Thu Feb 4 20:31:56 2021 -0500

    PR27092: debuginfod low-memory handling