Specify computing resources for your DeltaTwin® execution
You have the possibility to define computing resources for the execution of your DeltaTwin®. To proceed, in your DeltaTwin® component :
Open manifest.json
Fill models section
parameters/hardwareRequirements : set of properties to define the hardware components used for the DeltaTwin®. Default :
- 500m for CPU (m stands for millicores)
- 2Gi for RAM
Example :
....
"parameters": {
"hardwareRequirements": {
"cpu": "1000m",
"ram": "3Gi"
},
}, To better understand the units used here, refer to Kubernetes Resources unit .