How to change the process and concurrency limits of scanner and transferrer in BlueXP Copy & Sync
- Views:
- 1,115
- Visibility:
- Public
- Votes:
- 4
- Category:
- cloud-sync
- Specialty:
- nas
- Last Updated:
- 4/9/2025, 6:47:07 PM
Applies to
- BlueXP Copy & Sync (Formerly CloudSync)
- Data broker
Answer
- Scanner/Transfer process concurrency can be changed from Cloud Manager UI or from the Data broker Command line.
- Using Cloud Manager UI :
- On the Cloud Manager sync page click "Manage Data Broker" tab
- Using Cloud Manager UI :
- Click on Settings icon next to the data Broker Groups
- Set the process and concurrency limits and click "Unify Configuration"
WARNING When utilizing the data broker CLI, each broker must be edited. |
- Using data broker CLI:
> pm2 stop all
> vi /opt/netapp/databroker/config/local.json
{
"workers": {
"scanner": {
"concurrency": <int>,
"processes-limit": <int>
},
"transferrer": {
"concurrency": <int>,
"processes-limit": <int>
}
}
}
:wq!
> pm2 start all
Additional Information
N/A