b19ec2f6b0
Change-Id: Ie31af2b8405e4f5d04f32f2eb64ce344678fb795
13 lines
387 B
YAML
13 lines
387 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``--service-workers`` parameter to configure the amount of
|
|
workers/threads per process to scale up or down as necessary. Defaults to
|
|
the amount of cores on the system.
|
|
|
|
fixes:
|
|
- |
|
|
MariaDB max_connections is no longer hardcoded to 1024 and now scales
|
|
automatically according to the --service-workers parameter.
|
|
( Service Workers * 128 ).
|