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

OOM fixes #3700

Merged
merged 1 commit into from
Jan 17, 2022
Merged

OOM fixes #3700

merged 1 commit into from
Jan 17, 2022

Conversation

iulianpascalau
Copy link
Contributor

  • removed bloom filter implementation & usage
  • added cache.Clear call in unit storer close function

- added cache.Clear call in unit storer close function
@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #3700 (0d6b45a) into development (40ead07) will increase coverage by 0.03%.
The diff coverage is 63.23%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #3700      +/-   ##
===============================================
+ Coverage        73.76%   73.80%   +0.03%     
===============================================
  Files              588      589       +1     
  Lines            76091    76156      +65     
===============================================
+ Hits             56129    56207      +78     
+ Misses           15525    15504      -21     
- Partials          4437     4445       +8     
Impacted Files Coverage Δ
process/smartContract/hooks/blockChainHook.go 58.68% <ø> (+0.17%) ⬆️
storage/factory/common.go 100.00% <ø> (ø)
storage/factory/pruningStorerFactory.go 0.00% <0.00%> (ø)
storage/pruning/fullHistoryTriePruningStorer.go 0.00% <0.00%> (ø)
trie/factory/trieCreator.go 56.19% <ø> (-0.36%) ⬇️
trie/trieStorageManagerWithoutPruning.go 75.75% <33.33%> (-10.45%) ⬇️
storage/pruning/fullHistoryPruningStorer.go 75.43% <50.00%> (+0.86%) ⬆️
trie/trieStorageManager.go 65.44% <60.93%> (+15.57%) ⬆️
consensus/spos/bls/subroundBlock.go 70.69% <64.70%> (+0.15%) ⬆️
storage/pruning/triePruningStorer.go 67.00% <67.00%> (ø)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d322357...0d6b45a. Read the comment docs.

@AdoAdoAdo AdoAdoAdo changed the base branch from development to snapshot-improvements January 17, 2022 09:28
@AdoAdoAdo AdoAdoAdo marked this pull request as ready for review January 17, 2022 09:36
@AdoAdoAdo AdoAdoAdo merged commit 47ddfff into snapshot-improvements Jan 17, 2022
@AdoAdoAdo AdoAdoAdo deleted the snapshot-improvement-oom branch January 17, 2022 09:42
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

Successfully merging this pull request may close these issues.

None yet

3 participants