You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
When you run MailSim with Client SDK provider for O365, the memory used by the app (as observed in Task Manager or Resource Monitor) continuously grows. Eventually, MailSim fails with "Out Of Memory" exception.
It seems that initially memory grows pretty fast, but then the growth gradually becomes slower.
In contrast, with Http provider, the memory remains about the same even after more than 24 hours run.
It appears that most of memory increase is related to queries for mail items; by default, MailSim would get 500 items for those operations that require random mail selection.
The only suspicious thing I noticed when trying to use Visual Studio memory profiler, is that SDK Message object (the one that represents mail items) has circular reference to itself.
The text was updated successfully, but these errors were encountered:
When you run MailSim with Client SDK provider for O365, the memory used by the app (as observed in Task Manager or Resource Monitor) continuously grows. Eventually, MailSim fails with "Out Of Memory" exception.
It seems that initially memory grows pretty fast, but then the growth gradually becomes slower.
In contrast, with Http provider, the memory remains about the same even after more than 24 hours run.
It appears that most of memory increase is related to queries for mail items; by default, MailSim would get 500 items for those operations that require random mail selection.
The only suspicious thing I noticed when trying to use Visual Studio memory profiler, is that SDK Message object (the one that represents mail items) has circular reference to itself.
The text was updated successfully, but these errors were encountered: