hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

fix(docker): fix stack overflow for docker images

Open lsampras opened this issue 1 year ago • 0 comments

Type of Change

  • [ ] Bugfix
  • [ ] New feature
  • [ ] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [ ] CI/CD

Description

  • Add a default RUST_MIN_STACK size 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

lsampras avatar May 16 '24 09:05 lsampras