[Koha] koha-plack --restart biblio

Tomas Cohen Arazi tomascohen at gmail.com
Fri Jun 26 07:13:03 NZST 2020


Maybe you need to set more workers to handle the requests you have: it
defaults to two, and if requests take some seconds, chances are you are
waiting for other requests to finish.
The other variable you can consider is the time worker processes live: you
can lower that variable so they are respawn more often. In koha-conf.xml:

<plack_max_requests>50</plack_max_requests>
<plack_workers>2</plack_workers>

plack_workers you can raise it but check how many RAM each worker takes,
and the max_requests, you can set it as low as you want.

Let us know how it goes

El jue., 25 jun. 2020 a las 16:04, Victor Barroso Oliveira (<
vbovictor at gmail.com>) escribió:

> Good afternoon,
> After a while of using Koha it starts to slow down to save records and
> other processes.
> I run the koha-plack --restart biblio at the terminal and it returns to
> normal!
> What could be happening? How can I maintain the same performance without
> having to reset the koha-plack?
> Thank you,
> Victor
> _______________________________________________
>
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>


-- 
Tomás Cohen Arazi
Theke Solutions (http://theke.io)
✆ +54 9351 3513384
GPG: B2F3C15F


More information about the Koha mailing list