When a user does -m <memory> to override the memory for all containers in the app, this takes precedence over any specific values set in the Acornfile for a container. I previously had these in the wrong order of precedence, but this PR fixes that.
Checklist
[x] The title of this PR would make a good line in Acorn's Release Note's Changelog
[x] The title of this PR ends with a link to the main issue being address in parentheses, like: This is a title (#1216). Here's an example
[x] All relevant issues are referenced in the PR description. NOTE: don't use GitHub keywords that auto-close issues
for #2415
When a user does
-m <memory>
to override the memory for all containers in the app, this takes precedence over any specific values set in the Acornfile for a container. I previously had these in the wrong order of precedence, but this PR fixes that.Checklist
This is a title (#1216)
. Here's an example