Re: bcm283x_dwcotg0: usbpf: Out of memory

void <[email protected]> Sat, 18 Apr 2026 11:26:04 +0100
Newsgroups gmane.os.freebsd.devel.arm
Message-ID <aeNcPNJNKDWtBoE9@int21h>
On Fri, Apr 17, 2026 at 10:45:27AM -0700, Mark Millard wrote:
>I'll note that the warnings about potential mis-tuning are based on the
>total swap space enabled, not based on separate swap-space sizes that
>contribute.

With 3* 1.5G partitions, the warning went away.
Tested with swapoff -a then swapon -a which will normally
provoke the warning if there's an issue.

>Normally WITH_META_MODE use automatically sets WITHOUT_CLEAN (NO_CLEAN)
>when appropriate (or acts as if it had). 

Ah, I didn't know this.

>Explicitly setting
>WITHOUT_CLEAN (NO_CLEAN) might set it when such is inappropriate. (A
>possibility might be when newvers.sh has changed.)

Huh. Well, as it's going from 15-stable to current, I'll stop
the build and take those parameters out of src.conf and start it
again.

>FYI: To my knowledge, Bob P. does not use ccache for his build
>activities. (Nor do I.) That might make comparison/contrast of results
>messy.

How long does a buildworld in those circumstances take?
--