Page MenuHomeFreeBSD

Speed up syncer shutdown
ClosedPublic

Authored by trasz on Nov 17 2024, 4:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 11:12 AM
Unknown Object (File)
Thu, May 14, 9:38 AM
Unknown Object (File)
Thu, May 14, 8:32 AM
Unknown Object (File)
Thu, May 14, 8:32 AM
Unknown Object (File)
Mon, May 11, 2:29 AM
Unknown Object (File)
Mon, May 11, 2:29 AM
Unknown Object (File)
Tue, May 5, 7:11 PM
Unknown Object (File)
Apr 19 2026, 2:27 AM
Subscribers

Details

Summary

When shutting down, the syncer kernel deamon needs to iterate over all
32 of its queues, pausing for 1/4 of second each time waiting for essentially
nothing. Bump the SYNCER_SHUTDOWN_SPEEDUP so that it takes just a second to
iterate. It will still wait for another second afterwards; that bit is left
unchanged.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable