service-workers-and-mariadb-c2a6ba903f36b57e.yaml 387 B

12345678910111213
  1. ---
  2. features:
  3. - |
  4. Add ``--service-workers`` parameter to configure the amount of
  5. workers/threads per process to scale up or down as necessary. Defaults to
  6. the amount of cores on the system.
  7. fixes:
  8. - |
  9. MariaDB max_connections is no longer hardcoded to 1024 and now scales
  10. automatically according to the --service-workers parameter.
  11. ( Service Workers * 128 ).