[Koha-bugs] [Bug 34477] New: Further reduce memory usage for idle background job worker

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 4 05:39:34 CEST 2023


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

            Bug ID: 34477
           Summary: Further reduce memory usage for idle background job
                    worker
 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 at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

While bug 28413 reduced the amount of memory used by background job worker, I
think that we can reduce it further yet. 

I'm seeing a lot of workers around 56MB RES and 104MB VIRT at the moment
(although there are some smaller ones). Multiple that for multiple workers
across multiple instances, and it adds up pretty quickly.

Contrast that with bug 27267 where I've got an idle Zebra indexer that uses 7MB
RES and 12MB VIRT. That scales up much nicer. 

Anyway, not a burning issue, but it would be useful to do sometime down the
track. It could be an easy win for server resource usage.

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