0
jur.porras created
The jobs in Hangfire throws: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
This happens only in azure web server. What is the possible cause of it?
1 Answer(s)
-
0
What is the memory capacity of your azure?
You can debug locally to resolve memory leaks.
If you are not sure that your job or worker code may cause memory leaks, you can share their code.