https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37893 --- Comment #36 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #34)
table might not be possible when running the SIP server as a non-root user, since non-root users should have limits on the number of processes they can run. So it looks like I might be wrong there.
But you could still create problems even as a non-root user.
Basically just put the your min_servers, max_servers, and min_spare_servers to very high values. For instance, max_servers 500000 and min_spare_servers 450000.
If you wanted to check for the DOS, I'd say up those more to 5000000 for max_servers and 4500000 for min_spare_servers. You might need "min_servers" to match "min_spare_servers". I can't quite recall. (Taking a quick look at the code and yeah it looks like min_serves must be more than min_spare_servers at least.) Overall, just try to break stuff. Set log_level to 4 and change log_file to /tmp/hack_file.log or something else writeable by the Koha user (like /etc/koha/sites/<koha_instance>/hack_file.log) and try to fill up the file system and cause crashes that way. -- You are receiving this mail because: You are watching all bug changes.