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: |
Beta Was this translation helpful? Give feedback.
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
.cargo
folder in my project root and place in itconfig.toml
with:Will the lambda execute my Rust program with 10MB of stacksize?
Beta Was this translation helpful? Give feedback.
All reactions