Micro Focus QTP (UFT) Forums
How to measure memory utlization by Object repository? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: How to measure memory utlization by Object repository? (/Thread-How-to-measure-memory-utlization-by-Object-repository)



How to measure memory utlization by Object repository? - deeppat - 07-26-2012

i have only one shared Object Repository which is used by all scripts.
The size of OR is 4 MB. When i execute a script the whole OR gets loaded into the memory.
I mean the unnecessary objects ( the objects which are not used by that particular script
are also get loaded into the memory. ) I came up with the solution that I will divide the OR
& associate only those ORs/objects which are required to a particular script.

But now the i want how much % of memory utilization is reduced because of dividing this OR
into multiple repositories. Is there any way we can measure this memory utilization ?


RE: How to measure memory utlization by Object repository? - supputuri - 07-26-2012

Yes, you can get this by checking the memory usage by qtp process in the task manager.
Please let me know if you need any furthere information.


RE: How to measure memory utlization by Object repository? - deeppat - 08-07-2012

Please let me know how we can do that