-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Version:
Stride 4.2.0.2282, Stride.CommunityToolkit 1.0.0-preview.48
Body:
I have encountered a bug where memory usage continuously increases after using the AddProfiler method. Please refer to the attached image for details.
Operating System:
Windows 11
Description:
After invoking the AddProfiler method, the memory usage has increased by approximately 400MB.
Expected Behavior:
The memory usage should remain stable or only increase slightly when using the AddProfiler method.
Actual Behavior:
The memory usage significantly increases by around 400MB after the AddProfiler method is called.
Environment:
Operating System: Windows 11
Stride Version: 4.2.0.2282
Stride.CommunityToolkit Version: 1.0.0-preview.48
Steps to Reproduce:
Implement the AddProfiler method in the project.
Monitor the memory usage before and after the method is called.
Observe the continuous increase in memory usage.
Screenshots:
[Please see the attached image for the memory usage graph.]
Additional Context:
This issue occurs consistently every time the AddProfiler method is used.
Please let me know if you need any further information to address this issue. Thank you.