You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we transition from one shard to eight shards in simple nightshade, block producers need to track all shards. As a result, they may need to have better hardware (more cpus more example) than what is currently specified in the docs. After #3825 is done, we should run some experiments to understand what changes to hardware are needed for block producers. We could then potentially batch this change in hardware requirements with #4461 to update the fees.
The text was updated successfully, but these errors were encountered:
A cluster with 100 nodes running and loadtest it with transactions. For this part we can take/modify the existing mocknet scripts
We also need to change the genesis configuration to make sure that every validator tracks all 8 shards. This can be done by modifying num_block_producer_seats_per_shard.
When we transition from one shard to eight shards in simple nightshade, block producers need to track all shards. As a result, they may need to have better hardware (more cpus more example) than what is currently specified in the docs. After #3825 is done, we should run some experiments to understand what changes to hardware are needed for block producers. We could then potentially batch this change in hardware requirements with #4461 to update the fees.
The text was updated successfully, but these errors were encountered: