Limit number of requests to CygNet based on the number of cores
- Last UpdatedJan 31, 2023
- 1 minute read
- PI System
- PI Connector for CygNet 1.7.0
- Connectors
PI Connector for CygNet allows to limit the number of requests to CygNet based on the number of available cores (half). It is recommended to enable this feature when PI Connector for CygNet shares the same host with the CygNet system in order to avoid competing for resources. It can be enabled by changing the entry "CPULimit" to true.
Limit number of requests to CygNet based on the number of cores enabled
{
"connectorglobal": {
"ConfigObject": {
"YesNo10": false,
"CPULimit": true,
"StatusTags": false,
"PointAttributes": [
],
"FacilityAttributes": [
],
"MarkForDeletion": false,
"CreateNewPIPointIfLongPointIdUpdated":false
}
}
}