A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Debugging a production site for very high memory consumption and found in the mem dump that there is a huge amount of dynamic datastore related objects kept in memory causing the site to recycle.
What operations on the dynamic data store causes stored objects to be loaded and kept in memory? Are all objects loaded into memory when calling DynamicDataStoreFactory.Instance.GetStore? Or does this happen when calling spesific methods on theDynamicDataStore ?
Cheers