We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3206eb0 commit ae1928bCopy full SHA for ae1928b
examples/common/scripts/vtctld-up.sh
@@ -33,6 +33,7 @@ vtctld \
33
--port $vtctld_web_port \
34
--grpc_port $grpc_port \
35
--pid_file $VTDATAROOT/tmp/vtctld.pid \
36
+ --pprof-http \
37
> $VTDATAROOT/tmp/vtctld.out 2>&1 &
38
39
for _ in {0..300}; do
examples/common/scripts/vtgate-up.sh
@@ -41,6 +41,7 @@ vtgate \
41
--pid_file $VTDATAROOT/tmp/vtgate.pid \
42
--enable_buffer \
43
--mysql_auth_server_impl none \
44
45
> $VTDATAROOT/tmp/vtgate.out 2>&1 &
46
47
# Block waiting for vtgate to be listening
0 commit comments