-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory limits follow documentation #106
Memory limits follow documentation #106
Conversation
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 1290 1290
Branches 338 338
=========================================
Hits 1290 1290
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It looks like the docs were wrong, OpenWhisk defines Should we change this to support both? |
Maybe, we can support both |
I think
|
Merging, thanks @fe-lix- |
Description
Adobe Documentation state that memory limits should be configured as follow in the
app.config.yaml
Currently the code only looks for property
memorySize
and notmemory
Documentation 1
Documentation 2
Related Issue
#105
Motivation and Context
The behaviour difference has been found by a customer here : https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/can-t-change-action-memory-limit/td-p/454197
How Has This Been Tested?
Types of changes
Checklist: