diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 92a877f..b3d033e 100644 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/sh /srv/stackql/stackql --version echo "starting stackql server..." -nohup /srv/stackql/stackql --execution.concurrency.limit=-1 --http.response.pageLimit=-1 --pgsrv.port=5466 srv & +nohup /srv/stackql/stackql --execution.concurrency.limit=-1 --dataflow.components.max=50 --dataflow.dependency.max=50 --http.response.pageLimit=-1 --pgsrv.port=5466 srv & echo "stackql server started" start-notebook.sh --NotebookApp.token='' \ No newline at end of file