c# - SignalR Memory Leak -
we have asp.net webapi signalr hub running on 2 servers redis backplane. typically our api consumes 3gb - 4gb of memory happens, there hugh memory spike 20gb. dont know reason yet, assume, can happen when there connection issues redis (it rare).
i analyzed dump file , found following hints:
to honest, dont understand it. seems has exception handling, dont understand why byte arrays big.
i looking ideas how solve , have hope, had same issue.
Comments
Post a Comment