Autoloader 2022 GDI memory leak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
While using Autoloader to analyze and upload AutoCAD-files to Vault, the Autoloader would continuously crash after a few thousand files were scanned. It simply closed itself with no error messages. I enabled the extended logging of Autoloader, and found this in the error log
After some Googling, I found that Autoloader seems to have a memory leak. It is exhausting the GDI resources of Windows, and finally crash as the GDI handles/objects go above 10.000. This is a limit in Windows. In the screenshot below, the GDI handles of Autoloader.exe is continually increasing and when it exceeds 10.000, Autoloader is terminated.
By increasing the limit in registry to maximum (0xffff/65535), the scan completes!
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Windows\GDIProcessHandleQuota
Autodesk Vault Professional 2022 with 2022.3.2 update.
Running on Windows 10 physical workstation, through remote desktop (customer computer).
Any input?
