dgrove-oss commented on a change in pull request #3148: Make memory limits as 
config variables
URL: 
https://github.com/apache/incubator-openwhisk/pull/3148#discussion_r159946732
 
 

 ##########
 File path: ansible/roles/controller/tasks/deploy.yml
 ##########
 @@ -82,6 +82,10 @@
       "LIMITS_TRIGGERS_FIRES_PERMINUTE": "{{ limits.firesPerMinute }}"
       "LIMITS_ACTIONS_SEQUENCE_MAXLENGTH": "{{ limits.sequenceMaxLength }}"
 
+      "CONFIG_whisk_memorylimit_min": "{{ limit_action_memory_min | 
default('128M') }}"
 
 Review comment:
   all of these should be default()

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to