The rapid growth of io_uring
The rapid growth of io_uring
Posted May 25, 2020 23:25 UTC (Mon) by rand0m$tring (guest, #125230)In reply to: The rapid growth of io_uring by andresfreund
Parent article: The rapid growth of io_uring
the completion queue size is allocated to approx 2x the submission queue.
https://github.com/torvalds/linux/blob/444565650a5fe9c63d...
so that's the point at which it would reach capacity and fall over.
