Sun, 12 May 2024 05:24:12 UTC | login

Information for build oomd-0.5.0-6.fc37

ID218891
Package Nameoomd
Version0.5.0
Release6.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/oomd.git#ef58dce975cea660826d10400ded3b8b84107dfa
SummaryUserspace Out-Of-Memory (OOM) killer
DescriptionOut of memory killing has historically happened inside kernel space. On a memory overcommitted linux system, malloc(2) and friends usually never fail. However, if an application dereferences the returned pointer and the system has run out of physical memory, the linux kernel is forced take extreme measures, up to and including killing processes. This is sometimes a slow and painful process because the kernel can spend an unbounded amount of time swapping in and out pages and evicting the page cache. Furthermore, configuring policy is not very flexible while being somewhat complicated. oomd aims to solve this problem in userspace. oomd leverages PSI and cgroupv2 to monitor a system holistically. oomd then takes corrective action in userspace before an OOM occurs in kernel space. Corrective action is configured via a flexible plugin system, in which custom code can be written. By default, this involves killing offending processes. This enables an unparalleled level of flexibility where each workload can have custom protection rules. Furthermore, time spent livedlocked in kernelspace is minimized.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 16 Nov 2022 14:40:43 UTC
CompletedWed, 16 Nov 2022 17:23:13 UTC
Taskbuild (f37, /rpms/oomd.git:ef58dce975cea660826d10400ded3b8b84107dfa)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/oomd.git#ef58dce975cea660826d10400ded3b8b84107dfa'}}
Tags
f37
f38
RPMs
src
oomd-0.5.0-6.fc37.src.rpm (info) (download)
riscv64
oomd-0.5.0-6.fc37.riscv64.rpm (info) (download)
oomd-debuginfo-0.5.0-6.fc37.riscv64.rpm (info) (download)
oomd-debugsource-0.5.0-6.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Aug 09 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 0.5.0-6 - Backport upstream commit to add a missing include Fixes: RHBZ#2113559 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Nov 03 2021 Björn Esser <besser82@fedoraproject.org> - 0.5.0-3 - Rebuild (jsoncpp) * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 23 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.5.0-1 - Update to 0.5.0 * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.4.0-6 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Wed Feb 17 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.4.0-5 - Build for EPEL 8 - Make tests conditional - Replace gcc-11 patch with upstream commits * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Oct 30 2020 Jeff Law <law@redhat.com> - 0.4.0-3 - Fix missing #includes for gcc-11