Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I tried as you said for 2 hours and it was initially 56 MB memory usage and in the end around 56.8 MB. It means only 0.8 MB difference with some exceptional cases. But I can help you finding the exact point where memory load is occurring. Just follow the steps one by one.</p> <ol> <li><p>Open "Developer Tools" of IE by pressing F12</p></li> <li><p>Go to Memory (A camera symbol or CTRL+7)</p></li> <li><p>Click the Start Profiling Session ( Green Play button on top)</p></li> <li><p>Take a Heap Snap Shot to create Base Line.</p></li> <li><p>Now every 10 or 15 minutes take a heap snap shot</p></li> <li><p>Do this for how many hours you require (In your case 2 hours)</p></li> <li><p>Once profiling is done for desired time, stop it and analyze from beginning by comparing Heap Snap Shots.</p></li> <li><p>If memory difference in the beginning and end is so big, check where this memory increase started by analyzing the memory difference in the snap shot.</p></li> <li><p>Here you can check the difference of memory used by the process in terms of bytes or KB.</p></li> <li><p>Check which function or variable or operation is creating the memory issue. Most probably some calculations that are repeatedly carried out so that the variables used in these calculations won't be released from a certain point of time. I saw some "Ba, p", "n, p", "Wa, n, p" etc when analyzed the memory flow. I believe the functions that use these variables are creating the problem for you.</p></li> </ol> <p><strong>Note</strong></p> <p>If you use the UI Responsiveness (CTRL+5), you can easily see that the Garbage Collection is carried out by IE automatically.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload