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

--- Comment #6 from Marcel de Rooy <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to