High Sitecore memory consumption
Case We experienced a problem last week on a number of servers that steadily kept on using up memory. After inspection it turned out that each and every page request was creating up-to 7 new caches for BlobId's. Since we saw the following in our logs: As you can see, each of these caches took up 500KB and in our case (since 7 caches were created) this resulted in a 3,5MB of consumed memory on the server for each page request. Furthermore, it turned out that these caches were not accessed or used at all but only kept on consuming valuable memory. Find the problem and solution below so you never make the same mistake and don't have to embark on a wild goose-hunt to solve this one. Okay, how did we fix this and what was causing it !? First off, our sincerest thanks to the intervention of Sitecore support which helped us pinpoint the problem directly and made for a quick resolve. Sitecore informed us that the creation of these cache entries is done when a new instan...