https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417
--- Comment #328 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
