quintenp01 commented on code in PR #5443:
URL: https://github.com/apache/openwhisk/pull/5443#discussion_r1337871898
##########
core/invoker/src/main/resources/application.conf:
##########
@@ -71,6 +71,7 @@ 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
+ # user-cpus: 1 optional setting to limit total allocated cpus for all
action containers, each container will get a fraction of this proportional to
its allocated memory
Review Comment:
For most cases yes, but you could set this lower than the actual number of
cores the invoker machine has if you wanted to reserve some amount of cpu for
the invoker/docker processes.
--
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]