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

BFG: OOM Error #241

Open
1 task done
ClaytonNorthey92 opened this issue Aug 30, 2024 · 0 comments
Open
1 task done

BFG: OOM Error #241

ClaytonNorthey92 opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
area: bfg This is a change to BFG (Bitcoin Finality Governor) type: bug This is a bug

Comments

@ClaytonNorthey92
Copy link
Contributor

ClaytonNorthey92 commented Aug 30, 2024

Confirmation

  • I have checked for similar issues.

Describe the bug

When running BFG that handles network requests on incentivized testnet, we occasionally get OOM errors.

It's important to note a few things:

we run two types of BFG in incentivized testnet: one to handle network requests, and one to only handle queue items and new blocks. This affects the former.

I am unsure where this is coming from, but my hunch is that it is something with handling requests. We start an unbounded number of goroutines, at least one per request, so it's likely something to do with this.

Let's see if we can reproduce locally somehow.

Expected behaviour

We should avoid OOM errors.

Environment

Version:
Operating System:
Architecture:

Additional Information

If this happens again, I will paste more info.

@ClaytonNorthey92 ClaytonNorthey92 added type: bug This is a bug status: triage This is awaiting review. Maintainers should this label once triaged area: bfg This is a change to BFG (Bitcoin Finality Governor) labels Aug 30, 2024
@ClaytonNorthey92 ClaytonNorthey92 self-assigned this Aug 30, 2024
@ClaytonNorthey92 ClaytonNorthey92 removed the status: triage This is awaiting review. Maintainers should this label once triaged label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: bfg This is a change to BFG (Bitcoin Finality Governor) type: bug This is a bug
Projects
None yet
Development

No branches or pull requests

2 participants