#1 Global Leader in Data Protection & Ransomware Recovery

How to Limit Parallel Disk Processing in Veeam Agent for Microsoft Windows

KB ID: 3157
Product: Veeam Agent for Microsoft Windows | 4.0 | 5.0 | 6.0 | 6.1
Published: 2020-04-27
Last Modified: 2023-02-20
mailbox
Get weekly article updates
By subscribing, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.

Cheers for trusting us with the spot in your mailbox!

Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest

error icon

Oops! Something went wrong.

Please try again later.

Purpose

This article documents how to disable or limit parallel disk processing in Veeam Agent for Microsoft Windows.

Solution

The following registry values can control be used to control parallel disk processing on the machine where Veeam Agent for Microsoft Windows is installed:

To disable parallel disk processing:

Key Location: HKLM\SOFTWARE\Veeam\Veeam Endpoint Backup
Value Name: EnableParallelDiskProcessing
Value Type: DWORD (32-Bit) Value
Value Data: 0

New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam Endpoint Backup' -Name 'EnableParallelDiskProcessing' -Value "0" -PropertyType DWORD -Force

To change the parallel disk processing limit:

Key Location: HKLM\SOFTWARE\Veeam\Veeam Endpoint Backup
Value Name: ParallelProcessingMaxConcurrentDisks
Value Type: DWORD (32-Bit) Value
Value Data: X

Where "X" is the maximum number of disks to be processed concurrently. For example, to allow only simultaneous processing of 2 disks, change the value to 2.

New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam Endpoint Backup' -Name 'ParallelProcessingMaxConcurrentDisks' -Value "X" -PropertyType DWORD -Force

More Information

Note that parallel disk processing is also limited by the number of available concurrent tasks on the Veeam Backup & Replication side. To learn more, see the Limitation of Concurrent Tasks section of the Veeam Backup & Replication User Guide.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Spelling error in text

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

Oops! Something went wrong.

Please try again later.

You have selected too large block!

Please try select less.

KB Feedback/Suggestion

This form is only for KB Feedback/Suggestions, if you need help with the software open a support case

By submitting, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Verify your email to continue your product download
We've sent a verification code to:
  • Incorrect verification code. Please try again.
An email with a verification code was just sent to
Didn't receive the code? Click to resend in sec
Didn't receive the code? Click to resend
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

error icon

Oops! Something went wrong.

Please try again later.