2020-03-22 03:01:58 UTC - Rodric Rabbah: This isn’t supported out of the box. You can do it if you modify the core system in the invoker to mount a file system to the action container. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584846118392000?thread_ts=1584813222.389400&cid=C3TPCAQG1 ---- 2020-03-22 04:26:46 UTC - Kostis Kaffes: Hi everyone, I am tinkering around with the load balancer but got a little confused with Scala’s concurrency model. For example, if a completion is received while `publish` is executing, will it be interrupted and `processCompletion` will run? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584851206396000 ---- 2020-03-22 04:27:29 UTC - Siddharth Lanka: sure I’ll check it out! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584851249396100?thread_ts=1584813222.389400&cid=C3TPCAQG1 ---- 2020-03-22 06:06:03 UTC - Rodric Rabbah: No, the data structure used supports fine grained concurrency. Since publish and process completion touch different parts of the map they can run in parallel. thankyou : Kostis Kaffes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584857163398600 ---- 2020-03-22 06:40:46 UTC - Kostis Kaffes: It seems that multiple instances of `publish` can run in parallel (or concurrently) as well. Is that right? +1 : Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584859246399200 ---- 2020-03-22 11:37:00 UTC - Pepi Paraskevoulakou: Can i use wrk in Openwhisk local installation with docker-compose? (i use a vm with 4RAM and 4 processor cores) +1 : Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584877020399700?thread_ts=1584814310.390800&cid=C3TPCAQG1 ---- 2020-03-22 11:48:07 UTC - Pepi Paraskevoulakou: Supposing i have a sequence of actions linked with rest api, how can i use the wrk to benchmark the performance of the above mentioned service ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584877687400100?thread_ts=1584814310.390800&cid=C3TPCAQG1 ---- 2020-03-22 12:34:29 UTC - Dominic Kim: <https://github.com/apache/openwhisk/tree/master/tests/performance> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584880469400300?thread_ts=1584814310.390800&cid=C3TPCAQG1 ---- 2020-03-22 12:35:25 UTC - Pepi Paraskevoulakou: And how I run it? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584880525400700?thread_ts=1584814310.390800&cid=C3TPCAQG1 ---- 2020-03-22 12:35:43 UTC - Pepi Paraskevoulakou: Supposing I create the .sh files https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584880543401300?thread_ts=1584814310.390800&cid=C3TPCAQG1 ---- 2020-03-22 15:16:00 UTC - Pepi Paraskevoulakou: I implement a simple hello + name action in .js i created a rest api and i tested the wrk tool and the results are depicted below. Then i did the same process for an action implemented with python and has an external docker container including useful python libraries, so the test is not working and the vm where i run the entire process is not responding https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584890160402400 ---- 2020-03-22 21:40:26 UTC - Kostis Kaffes: What is a reasonable value for invoker’s `user-memory` in a 12-core 64GB worker machine to use as baseline in some benchmarking I am doing? For example, if I set it to 32GB, it leads to severe overload. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1584913226405200 ----