Skip to content
#

systemd

Here are 1,047 public repositories matching this topic...

brancz
brancz commented Mar 16, 2022

The TestAggregateTopByFunction tests expect the resulting "top report" to be in a specific order, but the way the top report works it does not guarantee a consistent order. By default, the top report result should probably be sorted by descending by flat value.

$ go test -run TestAggregateTopByFunction
--- FAIL: TestAggregateTopByFunction (0.00s)
    --- FAIL: TestAggregateTopByFunctio
bug help wanted good first issue tech-debt
vilgotf
vilgotf commented Nov 19, 2020

On a long-running system with swapfc enabled swapfc_priority=50 can eventually reach 0 (generating kernel errors) as seen here: #135. Looping back to the value of swapfc_priority close to 0 is not a valid solution since that would mean that the highest priority swap file would be the first to be removed.

A better solution would be to disable swapfc_priority when it's 0 and let the kernel ma

Improve this page

Add a description, image, and links to the systemd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the systemd topic, visit your repo's landing page and select "manage topics."

Learn more