Base solution for your next web application
Open Closed

Hangfire Memory Leak #8793


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    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.