[7.9.2] Memory Leak in Umbraco.Core.Scoping.ScopeProvider.StaticCallContextObjects
Hey,
after updating to 7.9.2 on azure cloud the cms seems to have a memory leak. This causes exceptions after a period of time and we need to restart the web app service.
I captured a memory dump and is shows about 250.000.000 object of type CompiledRegexRunnerFactory. Seems to many objects in my opinion.
Is the issue fix for U4-11207 about the memory leak affect Umbraco 7.9.0?
I need to upgrade anyways, we just ran into issues with our hosting company where the memory was maxing out and causing the app pool to force recycle. Of course they had the setting for idle time set to 'Terminate', taking down our site, but still.
They were saying the CMS was running up on memory. Is this the case on 7.9.0?
[7.9.2] Memory Leak in Umbraco.Core.Scoping.ScopeProvider.StaticCallContextObjects
Hey,
after updating to 7.9.2 on azure cloud the cms seems to have a memory leak. This causes exceptions after a period of time and we need to restart the web app service.
I captured a memory dump and is shows about 250.000.000 object of type CompiledRegexRunnerFactory. Seems to many objects in my opinion.
Most of them has this stack:
Has anyone else similar problems?
I think we can safely consider that 250.000.000 is, indeed, too many objects ;-)
Confirming this is an issue: http://issues.umbraco.org/issue/U4-11207
Is the issue fix for U4-11207 about the memory leak affect Umbraco 7.9.0?
I need to upgrade anyways, we just ran into issues with our hosting company where the memory was maxing out and causing the app pool to force recycle. Of course they had the setting for idle time set to 'Terminate', taking down our site, but still.
They were saying the CMS was running up on memory. Is this the case on 7.9.0?
is working on a reply...