If a CTL I/O operation takes too long (default 90s) a warning will be
printed to the system console. But that has a cost, and the extra load
can cause other operations to slow down. malloc_large seems to be
particularly affected. This can lead to a positive feedback doom loop:
more CTL warnings means a slower system, which means more CTL warnings.
Break the feedback cycle by rate-limiting these messages to one per
second.
MFC after: 2 weeks
Sponsored by: Axcient