defaultPoolSize
- type:
uint32(must be > 0)- example:
config defaultPoolSize : 5;- description:
- Specifies the size of the default pool.
Operator instances that do not specify a placement : host config or do not have
an implied host placement are placed to a host from the default pool.
The default pool is assumed to be unsized, untagged, and shared when
a size is not specified through the
defaultPoolSizeconfig. It is assumed to be sized if adefaultPoolSizeconfig is present, or the-d,--default-pool-sizeoption to the compiler is used to specify a size. The config takes precedence over the compiler option. - default:
- The default pool is unsized, untagged, and shared.
- where:
- main operator.
The main operator is a composite operator that is chosen as the top-level starting point upon job creation. It must be a composite operator definition without ports.