We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c68df commit ac04f74Copy full SHA for ac04f74
sharding/simple-setup.py
@@ -28,7 +28,7 @@
28
N_SHARDS=3
29
N_CONFIG=1 # must be either 1 or 3
30
N_MONGOS=1
31
-CHUNK_SIZE=200 # in MB (make small to test splitting)
+CHUNK_SIZE=64 # in MB (make small to test splitting)
32
MONGOS_PORT=27017 if N_MONGOS == 1 else 10000 # start at 10001 when multi
33
34
CONFIG_ARGS=[]
0 commit comments