
Hi,
We have developed a UWP app based on the syntax editor. Currently we are doing performance testing on the app using automation scripts which frequently loads and unloads the editor within our application.
When we load the editor, we could see the increase in memory and corresponding decrease also during unloading after some time gap (in few seconds).
If we try to load and unload it repeatedly through automation scripts and also manually, we could see a continuous increase in memory and not coming down eventually crashing the application.
When we did memory profiling, some of the observations points to the Text.Parsing.LLParser.Implementation namespace. I would like to check whether this kind of behavior is noticed before. Please check and let us know.
Regards,
Venkat