From 3d26a20bf674dd5f4622b8e86d1c3e27ced6044b Mon Sep 17 00:00:00 2001 From: Quinten Parker Date: Tue, 26 Sep 2023 13:55:26 -0700 Subject: [PATCH] conf --- core/invoker/src/main/resources/application.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/core/invoker/src/main/resources/application.conf b/core/invoker/src/main/resources/application.conf index 6fca2210f3d..cf0dde5caa9 100644 --- a/core/invoker/src/main/resources/application.conf +++ b/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 } kubernetes {