we got into some trouble while performing a mass data test because the process that uses ranorex raises his demand on memory all the time...
we made a little test project where we touch just 5 controls (so we have a *.rxrep with those 5 items). With those 5 controls we open a workspace in our testobject, fill a textbox and close the workspace. Thats all. This loop runs a thousand times and we get a memory information after each step (therefor we use System.Environment.WorkingSet).
At every 8th iteration we can see how the garbage collector is working but he is not able to clean up the difference between memory use at 1st iteration and 8th iteration.
to make it short:
1.iteration = 43.028 KB
1000.Iteration = 153.060 KB
and we had values up to > 800MB with bigger repositories and more action... Any ideas how to stop Ranorex eating our memory?

Best Regards from Hamburg! JayDee