mirror of
https://github.com/juspay/hyperswitch.git
synced 2026-03-13 09:02:06 +08:00
fix(docker): increase RUST_MIN_STACK size to handle stack overflow (#10730)
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user