21 May
2021
21 May
'21
1:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28417 --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- This script shows that 3Mb is saved in RAM use Memory::Usage; my $mu = Memory::Usage->new(); $mu->record('Loading'); require Koha::Biblios; $mu->record('module loaded'); print $mu->report(); -- You are receiving this mail because: You are watching all bug changes.