[Koha-bugs] [Bug 28415] New: z3950_responder.pl is running with all the modules in RAM

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 21 14:01:27 CEST 2021


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

            Bug ID: 28415
           Summary: z3950_responder.pl is running with all the modules in
                    RAM
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org
            Blocks: 28410

It's using C4::Biblio and C4::Koha (and so all the modules stack) but it only
needs GetMarcFromKohaField and GetAuthorisedValues. We should replace those 2
calls and see if it reduces the memory footprint of the daemon.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28410
[Bug 28410] Reduce memory footprint
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list