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

6794: Enable data on disk and MerkleDb for nightly services runs #6795

Merged
merged 1 commit into from May 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions hedera-node/configuration/dev/bootstrap.properties
@@ -1,4 +1,7 @@
bootstrap.throttleDefsJson.resource=throttles-dev.json
accounts.storeOnDisk=true
tokens.storeRelsOnDisk=true
tokens.nfts.useVirtualMerkle=true
virtualdatasource.jasperdbToMerkledb=true
accounts.blocklist.enabled=false
accounts.blocklist.resource=
7 changes: 4 additions & 3 deletions hedera-node/data/config/bootstrap.properties
Expand Up @@ -6,7 +6,8 @@ scheduling.whitelist=ConsensusSubmitMessage,CryptoTransfer,TokenMint,TokenBurn,C
hedera.workflows.enabled=
#hedera.workflows.enabled=ConsensusCreateTopic,ConsensusUpdateTopic,ConsensusDeleteTopic,ConsensusSubmitMessage,ConsensusGetTopicInfo
# Initial Service workflow schemas require on-disk storage, so all these need to be true if enabling workflows
accounts.storeOnDisk=false
tokens.storeRelsOnDisk=false
tokens.nfts.useVirtualMerkle=false
accounts.storeOnDisk=true
tokens.storeRelsOnDisk=true
tokens.nfts.useVirtualMerkle=true
virtualdatasource.jasperdbToMerkledb=true
cache.cryptoTransfer.warmThreads=30