https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27078 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I bet you don't see anything on htop? Are you able to profile a perl process to catch any bottlenecks? I don't think you are safe using Memcached on each node. If you have Node 1 that modifies something that is cached, only the one from Node 1 will be updated/invalidated. Nodes 2 and 3 will continue to use an old value. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.