Page MenuHomeFreeBSD

Speed up syncer shutdown
Needs ReviewPublic

Authored by trasz on Sun, Nov 17, 4:50 PM.

Details

Reviewers
kib
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 Passed
Unit
No Test Coverage
Build Status
Buildable 60644
Build 57528: arc lint + arc unit