mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 19:08:17 +00:00
4b33354dee
We recently observed a system running on an over-committed VM that reported 4x the actually available parallelism. Since we scale our thread pool sizes from this value, it resulted in an extra-over-committed configuration for kumod. You may now set KUMO_AVAILABLE_PARALLELISM in the environment to override the value that we see both interally and expose via the lua function with the same name.