Re: Swap partition priority
Andrea Venturoli <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/26 17:21, Joshua Armstrong wrote: > Short answer, yes - interleaving is hardcoded and the swapon(2) syscall Thanks to everyone who answered. Right now I'm trying to address the problem at its root, i.e. convincing poudriere not to fill all my swap. Failing that, using gconcat seems like a good solution (although a bit complicated by the concurrent use of geli and gmirror), so I might go this way. I'm wondering, though, would it be hard to modify the standard behavior (adding a sysctl, I guess)? I'm not sure I'm up to the task, but I could give it a try as an exercise. bye & Thanks av.