fix(docker): increase RUST_MIN_STACK size to handle stack overflow (#10730)

This commit is contained in:
Ayush Anand
2025-12-18 20:27:51 +05:30
committed by GitHub
parent d007f5b63a
commit d8296a026d

View File

@@ -69,7 +69,7 @@ ENV TZ=Etc/UTC \
CONFIG_DIR=${CONFIG_DIR} \
SCHEDULER_FLOW=${SCHEDULER_FLOW} \
BINARY=${BINARY} \
RUST_MIN_STACK=4194304
RUST_MIN_STACK=6291456
RUN mkdir -p ${BIN_DIR}