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 2020/12/24 08:18:12 UTC

[GitHub] [openwhisk-deploy-kube] whoszus opened a new issue #663: action instance number limited

whoszus opened a new issue #663:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/663


   action can only support 8 instances at the same time when the function is executed, where is this limitation configured?
   How can I modify it to support more "simultaneous instances"?


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

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



[GitHub] [openwhisk-deploy-kube] ningyougang edited a comment on issue #663: action instance number limited

Posted by GitBox <gi...@apache.org>.
ningyougang edited a comment on issue #663:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/663#issuecomment-750821340


   Sorry, what's mean `8 instances`? you mean pod number?
   if that, you can search "replicaCount" in values.yml, you can modify there for components.


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

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



[GitHub] [openwhisk-deploy-kube] ningyougang commented on issue #663: action instance number limited

Posted by GitBox <gi...@apache.org>.
ningyougang commented on issue #663:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/663#issuecomment-750821340


   Sorry, what's mean `8 instances`?


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

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



[GitHub] [openwhisk-deploy-kube] dgrove-oss closed issue #663: action instance number limited

Posted by GitBox <gi...@apache.org>.
dgrove-oss closed issue #663:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/663


   


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

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



[GitHub] [openwhisk-deploy-kube] whoszus commented on issue #663: action instance number limited

Posted by GitBox <gi...@apache.org>.
whoszus commented on issue #663:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/663#issuecomment-753442520


   Thank you, it works. @dgrove-oss 


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

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



[GitHub] [openwhisk-deploy-kube] ningyougang edited a comment on issue #663: action instance number limited

Posted by GitBox <gi...@apache.org>.
ningyougang edited a comment on issue #663:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/663#issuecomment-750821340


   Sorry, what's mean `8 instances`? you mean pod number?


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

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



[GitHub] [openwhisk-deploy-kube] dgrove-oss commented on issue #663: action instance number limited

Posted by GitBox <gi...@apache.org>.
dgrove-oss commented on issue #663:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/663#issuecomment-750900606


   You need to configure the system to tell it how much memory is available for user actions.  The default is 2Gb available (https://github.com/apache/openwhisk-deploy-kube/blob/master/helm/openwhisk/values.yaml#L125). With the default of 256MB actions,    2048 / 256 = 8. 


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

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