ankushshr1993 commented on issue #728: URL: https://github.com/apache/openwhisk-deploy-kube/issues/728#issuecomment-1119007758
Hi David, As per your suggestion and described in the link I updated the mycluster.yaml file by adding actionsInvokesConcurrent: 50 but it still creates only 8 pods .I am trying to figure out what would be the value of contaierPool.userMemory: forexample for 50 concurrent pods. I have attached mycluster.yaml file used in my deployment for your reference.I would request for your advice on this. Regards Ankush Sharma On Wed, May 4, 2022 at 3:15 AM David Grove ***@***.***> wrote: > containerPool.userMemory: total memory available per invoker instance. > Invoker uses this memory to create containers for user-actions. The > concurrency-limit (actions running in parallel) will depend upon the total > memory configured for containerPool and memory allocated per action > (default: 256mb per container). > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/openwhisk-deploy-kube/issues/728#issuecomment-1116847483>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJHA3KVC57MCEGMM3Z6OHJ3VIHFSVANCNFSM5U5N7I3A> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> > -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
