|
5 months ago | |
---|---|---|
.gitihub/workflows | 5 months ago | |
root | 5 months ago | |
Dockerfile | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago |
Docker mod to increase the number of processes run for applications inside the container.
By default, any LSIO nginx installation ships using 4 worker processes, which is inefficient for high-core machines. I've opened PRs before, but they were all rejected for "backwards compatibility".
worker_processes
to auto
.pm
values for php-fpm
to better deal with more requests.On any of your LSIO containers, set the following environment variable:
DOCKER_MODS=theorangeone/lsio-mod-more-processes:latest