[Koha-bugs] [Bug 28410] [Omnibus] Reduce memory footprint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 26 20:10:21 CEST 2023


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

Blou <philippe.blouin at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #157875|0                           |1
        is obsolete|                            |

--- Comment #12 from Blou <philippe.blouin at inlibro.com> ---
Created attachment 157945
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157945&action=edit
Bug 28410: Use lazy loading to reduce memory footprint of C4/Context.pm

This simply removes some 'use' declarations at the top of the file to
instead use 'require' later on.

The effect can be validated with a simple one-liner (provided KOHA_CONF
and PERL5LIB being set)

perl -e "use C4::Context; while(1){sleep(1);}"

And monitoring the memoring usage in tools like 'top'

-- 
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