Open smhmh opened 3 years ago
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.
debug.FreeOSMemory()
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.