Thanks everyone for the replies! I will give a look at everything,
because I'm in dire need of solutions.
Just a cue on the tests I did yesterday:
#!/usr/bin/perl
use Modern::Perl;
use C4::Context;
use Koha::BackgroundJobs;
while (1){
sleep 10;
}
I use htop to see the memory usage. The
Hi!
On Mon, Oct 23, 2023 at 03:57:16PM -0400, Philippe Blouin via Koha-devel wrote:
> background_jobs_worker.pl for instance uses 170M per instance, and plack
> uses 200M without anything being loaded.
How are you calculating the memory usage? I remember from mod_perl times
that if you preload