X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/74fec3cd8284eae4829dad2c287588d52c621c4b..00f3f818027bdc69178bb54e49802baf20d9527d:/doc/admin/upgrading.html.textile.liquid diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 13c91803bb..e48a27077d 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -28,10 +28,20 @@ TODO: extract this information based on git commit messages and generate changel
-h2(#main). development main (as of 2023-01-27) +h2(#main). development main (as of 2023-03-06) "previous: Upgrading to 2.5.0":#v2_5_0 +h3. Default request concurrency, new limit on log requests + +The configuration value @API.MaxConcurrentRequests@ (the number of concurrent requests that will be accepted by a single instance of arvados-controller) now has a default value of 64, instead of being unlimited. + +New configuration value @API.LogCreateRequestFraction@ (default 0.50) limits requests that post live container logs to the API server, to avoid situations where log messages crowd out other more important requests. + +h3. New limit on concurrent workflows + +New configuration options @CloudVMs.SupervisorFraction@ (default 0.30) limits the number of concurrent workflow supervisors, to avoid situations where too many workflow runners crowds out actual workers. + h3. Default limit for cloud VM instances There is a new configuration entry @CloudVMs.MaxInstances@ (default 64) that limits the number of VMs the cloud dispatcher will run at a time. This may need to be adjusted to suit your anticipated workload.