frankenphp
frankenphp copied to clipboard
Dynamic number of workers ?
Is there any way to configure frankenphp to have dynamic http workers like fpm does? It can reduce memory usage.
Why not just set your worker number to a lower number? The benefits of a set number of workers is that memory usage is predictable.
Does it scale the workers above the limits ?