You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2018/08/29 13:36:25 UTC

[incubator-openwhisk] branch master updated: Correct default-value for user-memory in Loadbalancer. (#3993)

This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b0224b  Correct default-value for user-memory in Loadbalancer. (#3993)
0b0224b is described below

commit 0b0224bfd3f1da84d25ee04eb7545799f5dcd9f0
Author: Christian Bickel <gi...@cbickel.de>
AuthorDate: Wed Aug 29 15:36:22 2018 +0200

    Correct default-value for user-memory in Loadbalancer. (#3993)
---
 core/controller/src/main/resources/reference.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/controller/src/main/resources/reference.conf b/core/controller/src/main/resources/reference.conf
index c2e329e..a88ea6f 100644
--- a/core/controller/src/main/resources/reference.conf
+++ b/core/controller/src/main/resources/reference.conf
@@ -6,7 +6,7 @@ whisk {
     use-cluster-bootstrap: false
   }
   loadbalancer {
-    user-memory: 1024 m
+    invoker-user-memory: 1024 m
     blackbox-fraction: 10%
     # factor to increase the timeout for forced active acks
     # timeout = time-limit.std * timeoutfactor + 1m