[Koha-bugs] [Bug 22417] Add a task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 8 02:47:09 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417

--- Comment #328 from David Cook <dcook at prosentient.com.au> ---
Actually trying that new Docker image with the following:

RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="+sbwt none +sbwtdcpu none +sbwtdio none"

That definitely got rid of the sched_yield syscalls.

Lots of futex calls from 1_scheduler thread.

The aux thread is doing some other work. Based on
https://www.rabbitmq.com/runtime.html#thread-stats, I'd say that's probably
doing things like managing timers and doing other management work.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list