You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/04/27 07:44:36 UTC

[slack-digest] [2019-04-26] #general

2019-04-26 01:13:28 UTC - Sam Hjelmfelt: Action containers are run with “--ulimit nofile=1024:1024” when running locally on docker. Is there a way to change this value?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556241208016200?thread_ts=1556241208.016200&cid=C3TPCAQG1
----
2019-04-26 01:23:40 UTC - Carlos Santana: It’s hardcoded <https://github.com/apache/incubator-openwhisk/blob/master/docs/reference.md#per-docker-action-open-files-ulimit-fixed-10241024>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556241820016700?thread_ts=1556241208.016200&cid=C3TPCAQG1
----
2019-04-26 01:24:32 UTC - Carlos Santana: <https://github.com/apache/incubator-openwhisk/blob/master/core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala#L96>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556241872017000?thread_ts=1556241208.016200&cid=C3TPCAQG1
----
2019-04-26 17:31:55 UTC - Sam Hjelmfelt: ok thanks
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556299915017400?thread_ts=1556241208.016200&cid=C3TPCAQG1
----
2019-04-26 20:32:31 UTC - Thomas H: I know that OW is able to start containers based on load.  Does OW support containers that don't follow the normal functional paradigm.  e.g. One function to do something.  We would like to run it on a low resource machine and only start up some services based on demand.  low resource= a beefy laptop.  This would only serve a few users.  But the application is pretty complex.  It is an engineering and planning application that includes a map server.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556310751020200
----
2019-04-26 21:28:57 UTC - Rodric Rabbah: You could deploy openwhisk in the “lean” configuration. Do you mean the “function” runs for extended duration? Or the function starts the complex application?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556314137021400
----
2019-04-26 21:48:54 UTC - Thomas H: The function starts the complex application
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556315334021700
----
2019-04-26 21:50:44 UTC - Thomas H: The application is a collection of microservices with a few that need to only run every once in awhile
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556315444022400
----
2019-04-26 22:25:05 UTC - Rodric Rabbah: Seems fine 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556317505022700
----
2019-04-26 22:25:15 UTC - Rodric Rabbah: Without knowing more 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556317515023000
----