Skip to main content

Slow VBR Console

Problem

Veeam Backup and Replication Console opens up extremely slow, sometimes throwing a time-out error message ("This operation is taking more longer than expected.")

One possible reason for the VBR console (deployed on virtual machines) to open slowly is because the use of vCPUs.

Veeam installs the free version of Microsoft SQL Server which is called SQL Express. This edition has a limit of vCPU usage of "lesser of 1 socket or 4 cores".

https://docs.microsoft.com/en-us/sql/sql-server/compute-capacity-limits-by-edition-of-sql-server?view=sql-server-ver15

image-1618234269953.png

This means that if the provisioned VM has 4 cores on 4 sockets, SQL will only use 1 socket, and won't max out the 4 cores.

This can lead to an imbalanced use of vCPUs visible also in Task Manager:

image-1618234394862.png

Solution

Configure rather 1 socket with 4 cores. Consult the appropriate virtualization guide on how to do this. The point is that the CPU configuration should be changed as per below:

image-1618235932382.png