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

--- Comment #21 from David Cook <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to