diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2026-07-03 16:55:21 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2026-07-03 16:55:21 -0600 |
| commit | df638c574b4519a8698381d9b6e89d3e7098b367 (patch) | |
| tree | 51e285bdce60a91211932d5d55bfb9371779c15a | |
| parent | 3b46294a8e3e84112178a533c6aac2643c58f5e5 (diff) | |
stuff
| -rwxr-xr-x | ci/data/start_app.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/data/start_app.sh b/ci/data/start_app.sh index 9ef1fbd..c8d2cf0 100755 --- a/ci/data/start_app.sh +++ b/ci/data/start_app.sh @@ -46,4 +46,4 @@ lein clean lein fig:build | tee /tmp/bogenherr/lein.log & popd -SBCL_HOME=/usr/lib/sbcl SBCL_SOURCE_ROOT=/usr/lib/sbcl/src exec sbcl --dynamic-space-size 2048 --userinit /data/bogenherr-starter.lisp | tee /tmp/bogenherr/sbcl.log +#SBCL_HOME=/usr/lib/sbcl SBCL_SOURCE_ROOT=/usr/lib/sbcl/src exec sbcl --dynamic-space-size 2048 --userinit /data/bogenherr-starter.lisp | tee /tmp/bogenherr/sbcl.log |
