[Koha-bugs] [Bug 16441] C4::Letters::getletter is not plack safe

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 4 09:24:46 CEST 2016


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

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Marcel de Rooy from comment #5)
> The comment about regularly restarting plack is probably outdated. If we let
> each worker process only handle 50 requests, you do not need to restart
> plack very often.

--max-requests
Number of the requests to process per one worker process. Defaults to 1000.

git grep max-requests:
debian/scripts/koha-plack:    STARMANOPTS="-M FindBin --max-requests 50
--workers 2 \
misc/plack/plackup.sh:# --max-requests 50 decreased from 1000 to keep memory
usage sane
misc/plack/plackup.sh:opt="$opt --server Starman -M FindBin --max-requests 50
--workers 4"

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


More information about the Koha-bugs mailing list