Skip to content
#

swap

Here are 346 public repositories matching this topic...

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

emarteca
emarteca commented Dec 2, 2019

Hi all, I've been working on a tool to identify instances of events registered to the wrong object in uses of some JavaScript event-driven APIs, as part of a research project.
The tool flagged line 74 in test/bench.js, on the registration of the "end" event.

The reason I believe this is an error as follows (from looking at t

Category: Build patch welcome good first issue

Improve this page

Add a description, image, and links to the swap 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 swap topic, visit your repo's landing page and select "manage topics."

Learn more