2021-01-15 16:11:33 UTC - Ben Carver: Yeah, I've tried modifying the Helm chart in order to increase the memory limit from 512MB, but nothing seems to change. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610727093003200?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:18:12 UTC - Rodric Rabbah: are you trying to increase the memory of the action? if so you do that with `wsk action update -m 1024`for example https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610727492003700?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:19:24 UTC - Rodric Rabbah: server down usually means couchdb is not reachable. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610727564003900?thread_ts=1610570671.496500&cid=C3TPCAQG1 ---- 2021-01-15 16:19:46 UTC - Ben Carver: Yessir. Unfortunately when I tried that, I get an error:
`requirement failed: memory 1024 MB exceeds allowed threshold of 536870912 B (code Ct7YWYjJqGuKIxbgot2DVjnQUUnJqbfp` So I am trying to increase the limit. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610727586004100?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:19:56 UTC - Rodric Rabbah: the other possible reason is that invokers are not available (although iirc you get a different message in that case) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610727596004400?thread_ts=1610570671.496500&cid=C3TPCAQG1 ---- 2021-01-15 16:20:06 UTC - Ben Carver: But nothing I do seems to actually increase the limit -- not sure where I am going wrong here. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610727606004600?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:20:41 UTC - Rodric Rabbah: Ah - can you curl your openwhisk api host - does it show the larger limits https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610727641004800?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:28:07 UTC - Dominic Kim: which file did you put them in? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610728087005400?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:32:01 UTC - Dominic Kim: I believe configurations in mycluster.yaml or values.yaml would work. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610728321006900?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:32:54 UTC - Ben Carver: > Ah - can you curl your openwhisk api host - does it show the larger limits "max_action_memory": 536870912 It looks like it's the same as before (looks to be 536MB, I guess?). https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610728374007100?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:33:39 UTC - Ben Carver: > which file did you put them in? I cloned the `openwhisk-deploy-kube` Github repo and am modifying the `values.yaml` file at `openwhisk-deploy-kube/helm/openwhisk/values.yaml`. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610728419007300?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:40:34 UTC - Ben Carver: I am attempting to apply the upgrade via `helm upgrade zeroed-snake .` from the /helm directory I mentioned above. zeroed-snake is the name of the deployment/chart (not sure what the termonology is). Maybe this is incorrect? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610728834007500?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 16:53:09 UTC - Alessandro Banfi: The neird things is that I obtain this issue wg and just using a container obtained from `gradle distDocker` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610729589007700?thread_ts=1610570671.496500&cid=C3TPCAQG1 ---- 2021-01-15 16:54:00 UTC - Alessandro Banfi: What do you suggest me in order to get rid of it? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610729640008000?thread_ts=1610570671.496500&cid=C3TPCAQG1 ---- 2021-01-15 16:54:44 UTC - Rodric Rabbah: Did you check whick pods are down. Or if the controller logs to see which component is not accessible. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610729684008700?thread_ts=1610570671.496500&cid=C3TPCAQG1 ---- 2021-01-15 19:58:43 UTC - Ben Carver: I tried changing the action durations in the values.yaml as a test, and it looks like they're still the same as they were before whenI curl the openwhisk api host... https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610740723009100?thread_ts=1610727093.003200&cid=C3TPCAQG1 ---- 2021-01-15 20:57:48 UTC - Rodric Rabbah: did you try redeploying the controller and invoker instead of doing the helm upgrade? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1610744268009400?thread_ts=1610727093.003200&cid=C3TPCAQG1 ----