Azure Backup Server increasing max parallelism

Brandt Smith 96 Reputation points
2024-04-23T18:05:02.6266667+00:00

I have implemented the registry advocated here:

You can increase the number of maximum parallel online backup jobs from the default 8 to a configurable number using the following registry keys (if your underlying hardware and network bandwidth can support it).

The example below increases the limit to 12 jobs.

  • [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Azure Backup\DbgSettings\OnlineBackup]

"MaxParallelBackupJobs"=dword:0000000C

  • [HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft Data Protection Manager\Configuration\DPMTaskController\MaxRunningTasksThreshold]

"6e7c76f4-a832-4418-a772-8e58fd7466cb"=dword:0000000CYou can increase the number of maximum parallel online backup jobs from the default 8 to a configurable number using the following registry keys (if your underlying hardware and network bandwidth can support it).

The example below increases the limit to 12 jobs.

  • [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Azure Backup\DbgSettings\OnlineBackup]

"MaxParallelBackupJobs"=dword:0000000C

  • [HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft Data Protection Manager\Configuration\DPMTaskController\MaxRunningTasksThreshold]

"6e7c76f4-a832-4418-a772-8e58fd7466cb"=dword:0000000C

but am still getting the exceed limit of 8...I have 11 tasks and increased the registry value(s) to 12...wondering why?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,132 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Amardeep Saini 835 Reputation points Microsoft Employee
    2024-04-24T13:21:03.5833333+00:00

    @Brandt Smith Thank you for contacting us on Microsoft Q&A platform. Happy to help!

    The registry setting seems to be fine as you have added the registry to run the 12 online backup in parallel. Request you to please provide the MABS version which you currently are using as this setting will only apply to latest MABS server which is MABSv4.