The amount of memory cache can use is defined in config: That is needed to protect against disk thrashing – running out of physical RAM so that disk is used to power virtual memory (terribly slow). That is a big hazard in Azure WebApps – much less RAM compared to old-school big boxes. Sitecore keepsContinue reading “Performance crime: wrong size detection”
Tag Archives: Memory snapshot
Loading memory snapshot into debugger
Memory snapshot captures a picture of the process in time. It is a source of wonderful information about application. This post shows how to unlock access to the data.
Memory dumps intro
Memory dump is a snapshot of an application, similar to real-world picture. It has data about ongoing activities, all the data software operates with. You’ve never seen your application