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 2021/11/21 22:43:08 UTC

[GitHub] [openwhisk] Vasilis99 opened a new issue #5180: Request larger than allowed

Vasilis99 opened a new issue #5180:
URL: https://github.com/apache/openwhisk/issues/5180


   I have an OpenWhisk deployment and I am using docker. I want to increase max memory limit. I think it can be done with enviroment variables. Which enviroment variable can I use to fix my problem?
   
   I get the following error. 
   ![Captumre](https://user-images.githubusercontent.com/70962888/142781788-fc01b89f-3ebe-435b-9e7d-bf9bd3703aab.PNG)
   


-- 
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] Vasilis99 commented on issue #5180: Request larger than allowed

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


   I am not using ansible method and I run it localy. I am using 
   export CONFIG_whisk_memory_max=999999999999 but doesn't work. 
   I change and other limits and in contrast with CONFIG_whisk_memory_max the other works. 
   export LIMITS_ACTIONS_INVOKES_PERMINUTE=60000
   export LIMITS_ACTIONS_INVOKES_CONCURRENT=5000
   export LIMITS_TRIGGERS_FIRES_PERMINUTE=60000
   export LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM=5000
   export LIMITS_ACTIONS_SEQUENCE_MAXLENGTH=20
   ALL THESE WORK


-- 
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 #5180: Request larger than allowed

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


   You can configure `limit_action_memory_max` in your configuration.
   
   ref: 
   * https://github.com/apache/openwhisk/blob/927962692e45fc7276ccb7902fd3a111daa54885/ansible/roles/controller/tasks/deploy.yml#L216
   * https://github.com/apache/openwhisk/blob/927962692e45fc7276ccb7902fd3a111daa54885/ansible/roles/invoker/tasks/deploy.yml#L268


-- 
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] Vasilis99 commented on issue #5180: Request larger than allowed

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


   As I said CONFIG_whisk_memory_max=999999999999 doesn't work. Is there any other variable must to change. 


-- 
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 #5180: Request larger than allowed

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


   How do you run it locally? via IDE?


-- 
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