You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/invoker/src/main/resources/application.conf
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,13 @@ whisk {
60
60
user-memory: 1024 m
61
61
concurrent-peek-factor: 0.5 #factor used to limit message peeking: 0 < factor <= 1.0 - larger number improves concurrent processing, but increases risk of message loss during invoker crash
62
62
akka-client: false # if true, use PoolingContainerClient for HTTP from invoker to action container (otherwise use ApacheBlockingContainerClient)
63
-
prewarm-expiration-check-interval: 1 minute # period to check for prewarm expiration
63
+
prewarm-expiration-check-init-delay: 10 minute # the init delay time for the first check
64
+
prewarm-expiration-check-interval: 5 minute # period to check for prewarm expiration
64
65
prewarm-expiration-check-interval-variance: 10 seconds # varies expiration across invokers to avoid many concurrent expirations
65
66
prewarm-expiration-limit: 100 # number of prewarms to expire in one expiration cycle (remaining expired will be considered for expiration in next cycle)
67
+
prewarm-max-retry-limit: 3 # max retry limit for create prewarm for same kind/memory
68
+
prewarm-promotion: false # if true, action can take prewarm container which has bigger memory
69
+
memory-sync-interval: 1 second # period to sync memory info to etcd
0 commit comments