Is there any limitation on service definitions on DOI?
DX OI 2*
DX O2 2*
There is clamp for total number of service per tenant, default is 2k.
There is no limit on the subservice or hierarchy. User can created any number of subservices.
The service limit is currently controlled by service management microservice using the two Env variables.
Syntax:
CUSTOMIZED_MAX_SERVICES_LIMIT=<Tenant Cohort ID>=<New Limit>;
Example: DEFAULT_MAX_SERVICES_LIMIT=5000.
This need to be changed in Service Management Pod .
Example below:
Note:
In case you are creating more services, you will need to allocate additional resources to certain components. The allocation of CPU and memory to the pods depends on the service modeling. For instance, if you are creating individual services or a simple hierarchy with 10 to 20 services, it can be processed without any changes. However, if you are creating a multi-level service hierarchy, you will definitely need to assign more resources.
Refer the below document