Skip to content

Commit

Permalink
fix(docker): fix stack overflow for docker images (#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsampras committed May 17, 2024
1 parent a4c8ad3 commit 6dd8a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ ENV TZ=Etc/UTC \
RUN_ENV=${RUN_ENV} \
CONFIG_DIR=${CONFIG_DIR} \
SCHEDULER_FLOW=${SCHEDULER_FLOW} \
BINARY=${BINARY}
BINARY=${BINARY} \
RUST_MIN_STACK=4194304

RUN mkdir -p ${BIN_DIR}

Expand Down

0 comments on commit 6dd8a1a

Please sign in to comment.