System.OutOfMemoryException is thrown when loading large test result executed locally. The result file contains 409k lines of JSON. Steps to reproduce and access to the project are in the internal description. Situation: LoadResultsInitially failed Outer Exception Type: System.OutOfMemoryException Message: Exception of type 'System.OutOfMemoryException' was thrown. HRESULT: 0x8007000E (Official ID (if app.) = E_OUTOFMEMORY, Error Bit = FAILED, Facility = FACILITY_WIN32, Code = DNS_ERROR_NO_MEMORY) Call Stack: at System.String.SplitInternal(Char[] separator, Int32 count, StringSplitOptions options) at ArtOfTest.WebAii.Design.ProjectModel.StandaloneProject.RunResultReader.ReadPropertyValue(String propertyName, String content) at ArtOfTest.WebAii.Design.ProjectModel.StandaloneProject.RunResultReader.ReadResultData(String filePath) at ArtOfTest.WebAii.Design.ProjectModel.LightRunResult.Initialize() at ArtOfTest.WebAii.Design.ProjectModel.ResultsFolderNode.ReloadResults(DateTime startDate, DateTime endDate, Uri storageServiceuri) at ArtOfTest.WebAii.Design.ProjectModel.StandaloneHost.ReloadResults(DateTime startDate, DateTime endDate) at ArtOfTest.WebAii.Design.UI.ResultsViewerControl.ReloadResultsInternal(DateTime startDate, DateTime endDate)