Skip to content

[General] Local ZkSync Node Is Shutting Down When Sending Many Transactions At A Same Time #792

Closed Answered by kaymomin
FaizanNehal asked this question in General
Discussion options

You must be logged in to vote

Seems like by default, these components are started:

api, tree, eth, state_keeper, house_keeper, commitment_generator, da_dispatcher, vm_runner_protective_reads.

The bwip component isn’t part of this default set, so its not running anyway.

But if you want to avoid running any specific component, you’ll need to explicitly specify the components you do want to run. For example, if you don’t want to run the da_dispatcher, you’d use:

zkstack server --components api,tree,eth,state_keeper,housekeeper,commitment_generator,vm_runner_protective_reads

Try this approach, and let me know if it's still causing issues.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kaymomin
Comment options

Answer selected by kaymomin
@kaymomin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
general General question
2 participants