https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344 --- Comment #21 from David Cook <dcook@prosentient.com.au> --- (In reply to Martin Renvoize from comment #20)
(In reply to David Cook from comment #19)
Actually, I just realized that background_jobs_worker.pl has a design flaw regarding memory consumption, which will become more obvious when doing elastic indexing. I'll open a new task for that.
Care to expand on this?
Ooops. I meant to link the new issue. Check out Bug 27756. Basically, Perl will never return memory back to the OS. It will re-use memory once it's freed internally within the Perl program, but any memory allocated to a Perl process will stay allocated by the OS for the life of that process. Just see Bug 27756 for more information heh. -- You are receiving this mail because: You are watching all bug changes.