Skip to content

Commit

Permalink
default cluster setup to use tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
beckernick committed Nov 3, 2020
1 parent 474b00f commit 363d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpcx_bb/cluster_configuration/cluster-startup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#NVLINK or TCP
ROLE=$1
CLUSTER_MODE="NVLINK"
CLUSTER_MODE="TCP"
USERNAME=$(whoami)

MAX_SYSTEM_MEMORY=$(free -m | awk '/^Mem:/{print $2}')M
Expand Down

0 comments on commit 363d7c2

Please sign in to comment.