You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/05 18:24:07 UTC

[GitHub] dgrove-oss commented on issue #3148: Make memory limits as config variables

dgrove-oss commented on issue #3148: Make memory limits as config variables
URL: https://github.com/apache/incubator-openwhisk/pull/3148#issuecomment-355628015
 
 
   I think the problem is that you didn't add the default values to application.conf.   You need to add them in the "whisk" stanza that starts here: https://github.com/apache/incubator-openwhisk/blob/29273808b43fcdf1e2479d8f6b58c3daf1da5c04/common/scala/src/main/resources/application.conf#L52.
   
   Also, your defaults should be default() instead of default("somevalue") so that it loads the default from application.conf
   
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services