diff --git a/demo/start.sh b/demo/start.sh
index 572dbfab0b3ae62e16343d62a724cf5228187daf..a90561488d48e2192d4f3680341e227d11b1c86b 100755
--- a/demo/start.sh
+++ b/demo/start.sh
@@ -25,6 +25,7 @@ for port in 8080 8081 8082; do
         --generate-config \
         -H "localhost:$https_port" \
         --config-path "$DIR/etc/$port.config" \
+        --report-stats no
 
     # Check script parameters
     if [ $# -eq 1 ]; then