-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev_cluster.sh
executable file
·4 lines (4 loc) · 987 Bytes
/
dev_cluster.sh
1
2
3
4
python3 node.py -l logging-warn.ini --bind 127.0.0.1:6000 --addpeer 127.0.0.1:7000 --nn 1000 --dbpoolsize 4 --parallellaunch --dumptasksonexit --dburl postgresql://m1:2d8VhzVIovxZy@pg1/m1 --nodecount 5 --dm --reinitds --dssize 32 &
python3 node.py -l logging-warn.ini --bind 127.0.0.1:6000 --addpeer 127.0.0.1:7000 --nn 1000 --dbpoolsize 4 --parallellaunch --dumptasksonexit --dburl postgresql://m1:2d8VhzVIovxZy@pg1/m1 --nodecount 5 --instanceoffset 5 --dm --reinitds --dssize 32 &
python3 node.py -l logging-warn.ini --bind 127.0.0.1:6000 --addpeer 127.0.0.1:7000 --nn 1000 --dbpoolsize 4 --parallellaunch --dumptasksonexit --dburl postgresql://m1:2d8VhzVIovxZy@pg1/m1 --nodecount 5 --instanceoffset 10 --dm --reinitds --dssize 32 &
python3 node.py -l logging-warn.ini --bind 127.0.0.1:6000 --addpeer 127.0.0.1:7000 --nn 1000 --dbpoolsize 4 --parallellaunch --dumptasksonexit --dburl postgresql://m1:2d8VhzVIovxZy@pg1/m1 --nodecount 5 --instanceoffset 15 --dm --reinitds --dssize 32 &