-
Notifications
You must be signed in to change notification settings - Fork 112
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
Investigate codebase for memory problems #1973
Labels
Epic
Issue used to track development status of a complex feature, aggregates several issues
Comments
This was referenced Nov 16, 2021
5 tasks
3 tasks
2 tasks
danforbes
added
the
Epic
Issue used to track development status of a complex feature, aggregates several issues
label
Jan 24, 2022
2 tasks
This was referenced Feb 9, 2022
The current state as of today is:
|
This was referenced Dec 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more of low hanging fruits that can be worth checking/fixing before investing more time in profiling and metrics, to fix the current memory issue we have (2021-11-03).
bytes.Buffer
(local branch)copy
make\(chan .+, [1-9].+\)
)deepcopy
without case sensitivity)sizedBufferPool
- found a problem, fixed in fix(dot/network): fix memory allocations withsizedBufferPool
#1963, although not a reason for OOM\[[a-zA-Z0-9]+\](byte|int|uint|uint32|uint64|int32|int64|string)+?
dot/network
lib/trie
dot/sync
The text was updated successfully, but these errors were encountered: