Skip to content

Commit

Permalink
conf
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenp01 committed Sep 26, 2023
1 parent 3e142c9 commit 3d26a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/invoker/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

kubernetes {
Expand Down

0 comments on commit 3d26a20

Please sign in to comment.