Out of memory issue in generating Windows SQL Infra report for MicrosoftDescriptionSymptom: Reconciliation stuck at "Generating Windows SQL Infra report for Microsoft"Steps to Reproduce If a customer has a lot of standalone hosts, reconciliation might get stuck at "Generating Windows SQL Infra report for Microsoft" Root cause: In the script include SamWindowsSQLInfraReportGenerator, we are caching GlideElements, which consume a lot of memory. The update set will modify the script include to cache string values.WorkaroundApply the attached update setRelated Problem: PRB1724665