Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak #1

Open
joesixpack opened this issue Oct 21, 2020 · 1 comment
Open

Memory Leak #1

joesixpack opened this issue Oct 21, 2020 · 1 comment

Comments

@joesixpack
Copy link

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?

@VitalyV1337
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants