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?
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:
I have tried the following to troubleshoot the issue:
Restarting the application
Would anyone be able to help me with this?