[Koha-bugs] [Bug 28416] Email::Sender::Transport::SMTP is using 10Mo of RAM

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


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Can be tested with

use Memory::Usage;
my $mu = Memory::Usage->new();
$mu->record('Loading');
require Koha::Libraries;
$mu->record('module loaded');
print $mu->report();

I don't think overall it's a good idea to use require, but maybe it's worth
here?

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