Try our conversational search powered by Generative AI!

Memory leak in remote events

Found in

EPiServer.CMS.Core 7.5.394.2

Fixed in

EPiServer.CMS.Core 9.0.2

(Or a related package)

Created

Sep 03, 2015

Updated

Jun 09, 2016

Area

CMS Core

State

Closed, Fixed and tested


Description

A memory leak has been found in the event system. It can be identified in memory dumps by a number of
System.Collections.Generic.LinkedList<EPiServer.Events.Providers.EventSequence> instances with a very high Count. Each LinkedList should not contain items older events than (the default setting) 5 seconds.

Each item in the list is rather small but the list will continue to grow indefinitely.