Skip to content

Commit

Permalink
Fix --nodes misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
avikivity committed Jul 11, 2017
1 parent 85e7091 commit 61f493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Shardsim is a program that simulates the node- and core- data distribution algor

The parameters are:

- `--node` - the number of nodes in the cluster. The simulation assumes RF=1 and no data centers.
- `--nodes` - the number of nodes in the cluster. The simulation assumes RF=1 and no data centers.
- `--vnodes` - the number of vnodes the database was configured with
- `--shards` - the number of shards (logical cores) per node (ScyllaDB specific)
- `--ignore-msb-bits` - ScyllaDB parameter to adjust the sharding algorithm to reduce shard over-utilization (to be described in a future blog post)
Expand Down

0 comments on commit 61f493b

Please sign in to comment.