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: enter image description here

enter image description here

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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -