ambelovsky / gosf

Go SocketIO API Framework

Home Page:http://gosf.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Leak problem

smhmh opened this issue · comments

I wrote a program with gosf and ran a load test on it. After running test, process got 2.8GB in RAM!
It seems to be a big memory leak! I ran debug.FreeOSMemory() to force GC to run.

Screen Shot 2021-04-20 at 2 56 27 PM