quintenp01 commented on code in PR #5443:
URL: https://github.com/apache/openwhisk/pull/5443#discussion_r1339118485


##########
core/invoker/src/main/resources/application.conf:
##########
@@ -71,6 +71,8 @@ whisk {
     prewarm-promotion: false # if true, action can take prewarm container 
which has bigger memory
     memory-sync-interval: 1 second # period to sync memory info to etcd
     batch-deletion-size: 10 # batch size for removing containers when disable 
invoker, too big value may cause docker/k8s overload
+    # optional setting to specify the total allocatable cpus for all action 
containers, each container will get a fraction of this proportional to its 
allocated memory to limit the cpu
+    # user-cpus: 1

Review Comment:
   @style95 I just pushed some changes to 
`ansible/roles/invoker/tasks/deploy.yml` and `ansible/group_vars/all`. I'm not 
super familiar with ansible and was trying to keep it optional. Can you let me 
know how that looks?



-- 
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-unsubscr...@openwhisk.apache.org

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

Reply via email to