Muhammad
Muhammad
hey! have you found a solution to this problem? im facing the same issue, the memory consumption just skyrockets under high load and doesn't get freed
@sugarme i've tried wrapping my code in NoGrad too, but the library still consumes lots of memory and doesnt free it immediately. I tried adding debug logs with gotch.PrintMemStats() and...
update: it looks like the memory is actually being freed but just not released back to the os. when i first deploy the service(k8s) and do load testing, the memory...