8 Oct
2020
8 Oct
'20
2:47 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #328 from David Cook <dcook@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.