Replies: 1 comment 2 replies
|
No, the compile flags are totally unrelated to the configured memory of the Lambda function. To configure the memory your function gets, use the following parameter: |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If I create a
.cargofolder in my project root and place in itconfig.tomlwith:Will the lambda execute my Rust program with 10MB of stacksize?
All reactions