Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory usage spike after version upgrade from 0.14 to 0.70 #51

Open
akshay1298 opened this issue Aug 2, 2023 · 1 comment
Open

Memory usage spike after version upgrade from 0.14 to 0.70 #51

akshay1298 opened this issue Aug 2, 2023 · 1 comment

Comments

@akshay1298
Copy link

I am experiencing a memory usage spike in my policy authorization framework in .net core after upgrading to version 0.70.0 of Opa.Wasm nuget.
Before the upgrade, the memory usage was consistently below 100MB. After the upgrade, the memory usage has been spiking to over 1GB.

Upgraded below:

  • Opa.Wasm - from 0.14.0 to 0.70.0
  • .net core 3.1 to .net 6

I have tried the following to troubleshoot the issue:
Restarting the application

Would anyone be able to help me with this?

@christophwille
Copy link
Owner

That is quite the upgrade leap; maybe you can take my perf test project https://github.com/christophwille/dotnet-opa-wasm/tree/master/src/Opa.Wasm.Benchmarks and repurpose it for memory consumption tracking?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants