07-26-2012, 10:29 AM
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 ?
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 ?