Values.InitialCapacityConfigSourceThe initial capacity configuration per worker.
type nonrec t = {workerCount : WorkerCounts.t;The number of workers in the initial capacity configuration.
*)workerConfiguration : WorkerResourceConfig.t option;The resource configuration of the initial capacity configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of WorkerCounts.t
| `Structure of (string * [> `String of CpuSize.t ]) list ])
list ]