21 May
2021
21 May
'21
1:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 121274 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121274&action=edit Bug 28413: Reduce background job worker memory footprint It's loading the modules in RAM then forks. Then do not need it to have them loaded in the parent process (the worker/daemon). -- You are receiving this mail because: You are watching all bug changes.