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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 24 20:43:49 CEST 2023


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

--- Comment #3 from Blou <philippe.blouin at inlibro.com> ---
Ok, I digged in v23

BackgroundJobs
|
v
BackgroundJob  (Net::Stomp : 5M)
|   |
|   v
|   Koha::Object  (Mojo::JSON : 16M)
v
C4::Context   (DateTime::TimeZone : 7M)
|             (ZOOM : 8M)
v
Koha::Config::Syspref
|
v
C4::Log  (calling back on C4::Context)
|
v
Koha::ActionLogs
|
v
Koha::ActionLog (calling back on C4::Context)
|
v
Koha::Object



Since everything goes back to a Koha::Object or C4::Context, we always start
with 30M in three external libraries, plus the 1-2M we get for every other
module.


Please note that my simple script total 57M in v23.05.  Redoing it in v22 I get
150M, but I don't see the point right now.  And I get more in different
environment, maybe because of my database content?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list