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@lists.koha-community.org Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@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.