hyperswitch
hyperswitch copied to clipboard
fix(docker): fix stack overflow for docker images
Type of Change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
- Add a default
RUST_MIN_STACKsize in the docker images for router
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
https://github.com/juspay/hyperswitch/discussions/4636
How did you test it?
- generating a docker image locally and testing it
Checklist
- [ ] I formatted the code
cargo +nightly fmt --all - [ ] I addressed lints thrown by
cargo clippy - [ ] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible