[Bug 28415] New: z3950_responder.pl is running with all the modules in RAM
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28415 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- 30M can be saved is we remove C4::Biblio and C4::Koha Then we should replace the 2 use in the SearchEngine conditional with require statements (ie. don't need to load Koha::Z3950Responder::ZebraSession if we are using elastic). And it's down to ~45M (vs 160Mo), before the a request is made. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28415 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Is it worth it? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28415 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #2)
Is it worth it?
I think that it would be worth it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org