mdiver wrote:We have also observed increased memory consumption on two large backup copy jobs with 8.0.0.917.
These could be isolated down to MFT/NTFS caching of the involved VBK/VIB files using rammap (In task manager this memory will not be visible).
The same jobs ran fine for half a year under V7. In V8 we started with patch#1 right away. So I cannot say it V8 itself or the patch#1 was the source.
We did not find an easy solution for it. Support was involved (case #00727257).
The installation was a monolithic Veeam B&R server with SAN integration. So Veeam DB, proxies and repos all on this single system (2x8 core, 32GB RAM though).
Once we changed to a tiered installation with Veeam DB+service in a VM and now two proxy/repo systems the problems were gone. RAM usage is neglatable now, which is somehow strange as well:
The data being moved is the same. One of the proxy/repo combinations is the old veeam server.
Maybe consider splitting up your installation. A tiered installation runs smoother in my experience. Especially with copy jobs.
Yes, I'm with you mate. (Case # 00813620)
My 24 pCPU core & 32 GB VBR server already assisted with 3x Backup repository server running as VM. But somehow it always causing problem with the Backup Copy job or the backup job.
The work around is to apply the following registry solution which seems to does the trick:
Code: Select all
1.Click Start, click Run, type regedit, and then click OK.
2.Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
3.On the Edit menu, point to New, and then click DWORD Value.
4.In the New Value #1 box, type PoolUsageMaximum, and then press ENTER.
5.Right-click PoolUsageMaximum, and then click Modify.
6.In the Value data box, type 60, click Decimal, and then click OK.
7.If the PagedPoolSize registry entry exists, go to step 8. If the PagedPoolSize registry entry does not exist, create it.
To do this, follow these steps:
•On the Edit menu, point to New, and then click DWORD Value.
•In the New Value #1 box, type PagedPoolSize, and then press ENTER.
8.Right-click PagedPoolSize, and then click Modify.
9.In the Value data box, type ffffffff, and then click OK.
10.Exit Registry Editor, and then restart the computer.