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 2022/11/07 09:33:04 UTC

[GitHub] [openwhisk] jiachengcai opened a new issue, #5350: How to update configuration modifications

jiachengcai opened a new issue, #5350:
URL: https://github.com/apache/openwhisk/issues/5350

   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use https://openwhisk.apache.org/slack.html or https://openwhisk.apache.org/community.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * ubuntu 20.04.5
   
   ## Steps to reproduce the issue:
   
   1. I want to modify the  action memory, so i change _openwhisk/common/scala/src/main/resources/application.conf_ 
   ![image](https://user-images.githubusercontent.com/111419645/200275078-6f72951c-1887-40b2-810d-2fae5d66eeac.png)
   2. To update the configuration, i run `ansible-playbook -i environments/local/ openwhisk.yml` again. However, the result is as follows. The memory is 256m, not 128m i have set.
   ![image](https://user-images.githubusercontent.com/111419645/200275532-a5464bb9-cd0d-439d-9e43-046404d95d71.png)
   
   
   ## Question
   * I wonder if i modify correctly and how to update my modifications
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] jiachengcai commented on issue #5350: How to update configuration modifications

Posted by GitBox <gi...@apache.org>.
jiachengcai commented on issue #5350:
URL: https://github.com/apache/openwhisk/issues/5350#issuecomment-1305691001

   > 
   
   Do you mean `.\gradlew distDocker`, i referred to #5009, which mentioned that no need to redeploy
   ![image](https://user-images.githubusercontent.com/111419645/200332785-8575b7bb-bd16-4d54-9304-07d48519ecfb.png)
   So i just run `ansible-playbook -i environments/local/ openwhisk.yml` , without running `\gradlew distDocker` again.
    Could you give me some advice? @style95 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] style95 commented on issue #5350: How to update configuration modifications

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #5350:
URL: https://github.com/apache/openwhisk/issues/5350#issuecomment-1305699403

   Since the `application.conf` is included in the Docker image, you need to rebuild it.
   When you change configurations via ansible variable or helm values, you don't need to rebuild it.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] style95 commented on issue #5350: How to update configuration modifications

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #5350:
URL: https://github.com/apache/openwhisk/issues/5350#issuecomment-1305389881

   Did you rebuild the codes?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org