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

use setrlimit set rocksdb max open files #3148

Merged
merged 3 commits into from
Jan 15, 2022
Merged

use setrlimit set rocksdb max open files #3148

merged 3 commits into from
Jan 15, 2022

Conversation

nkysg
Copy link
Collaborator

@nkysg nkysg commented Jan 13, 2022

only for unix system

@nkysg nkysg linked an issue Jan 13, 2022 that may be closed by this pull request
@nkysg nkysg marked this pull request as draft January 13, 2022 09:15
@nkysg nkysg marked this pull request as ready for review January 13, 2022 13:02
@nkysg nkysg requested a review from jolestar January 13, 2022 13:02
@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #3148 (e4e0cd9) into master (a3e7973) will decrease coverage by 1.00%.
The diff coverage is 6.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3148      +/-   ##
==========================================
- Coverage   33.06%   32.07%   -0.99%     
==========================================
  Files         518      503      -15     
  Lines       46774    46256     -518     
  Branches    21278    21167     -111     
==========================================
- Hits        15461    14831     -630     
- Misses      16928    17477     +549     
+ Partials    14385    13948     -437     
Flag Coverage Δ
unittests 32.07% <6.44%> (-0.99%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
block-relayer/src/block_relayer.rs 15.79% <0.00%> (ø)
config/src/storage_config.rs 52.39% <ø> (ø)
executor/src/account.rs 14.29% <ø> (-29.82%) ⬇️
network/api/src/messages.rs 29.38% <ø> (ø)
node/src/node.rs 9.70% <0.00%> (-0.12%) ⬇️
rpc/api/src/types.rs 14.26% <0.00%> (+0.57%) ⬆️
state/api/src/chain_state.rs 46.80% <ø> (ø)
test-helper/src/executor.rs 25.22% <ø> (ø)
types/src/lib.rs 100.00% <ø> (ø)
vm/compiler/src/bytecode_transpose.rs 0.00% <0.00%> (ø)
... and 108 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 0e4eef6...e4e0cd9. Read the comment docs.

@nkysg nkysg merged commit f941d9f into master Jan 15, 2022
@nkysg nkysg deleted the unix_max_open_files branch January 15, 2022 12:13
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.

Got a vm error when sync the blocks of barnard testnet
2 participants