Get Knowledge from Video instead of Content:

Friday 24 February 2017

Understand Garbage Collection - Issue and Resolution




The content has been moved to PerfMatrix site.


7 comments :

  1. Hi Gagan,

    Very nice explaination.. thanks for sharing. Also can you tell if we found the memory leak which graphs explains it clearly. GC heap or memory utilization.

    ReplyDelete
    Replies
    1. Memory Utilization graph gives you a clue on memory leak, on the other hand GC graph (states) indicates the root cause.

      Delete
  2. Good information. Easily grasped the concept. Thank You Gagan!

    ReplyDelete
  3. if possible kindly update the scripting challenges and bottle necks during all types of tests in new section for both Jmeter and Loadrunner. i hope this is more useful for whoever preparing for the interviews.....

    ReplyDelete
  4. Hi Gagandeep ,

    What's the solution we should give to stakeholders as performance engineer for the Memory leak bottleneck.

    ReplyDelete
    Replies
    1. Hi Arpit,

      The solution will depend on your findings. Firstly you need to dig-down the root cause of the memory leakage. There are specific solution of every root cause. It is not generic.

      Delete