SimplyStaking/oasis_api_server

Memory Leak

joesixpack opened this issue · 1 comments

I found the 2GB swap being utilized at 98% and 2GB of main memory being utilized at 97%. The memory use has been going up every so slowly since the Mainnet Beta launch. I traced it to what seems to be the oasis-api go executable in /tmp eating up ~50% of the available total memory which is a far cry from the original ~110MB. Is go build being used instead of go run?

I will look into the issue. Might indeed be a mistake and it's using go build instead of go run.