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/10/15 09:08:43 UTC

[slack-digest] [2019-10-14] #general

2019-10-14 00:36:56 UTC - chetanm: Probably we need to increase memory for Scala compiler which is done in a different way <https://stackoverflow.com/questions/55859159/how-to-fix-scala-tools-nsc-typechecker-contextscontext-importscontexts-scala2>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571013416027900?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:37:41 UTC - Mayank Jha: where can I increase it in the current codebase ?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571013461028200?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:38:15 UTC - chetanm: Or you can try creating a multi stage build and copy the precompiled java jars from normal controller docker image on a arm based docker image
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571013495028400?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:39:04 UTC - Mayank Jha: how do we do that ?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571013544028600?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:40:29 UTC - chetanm: <https://docs.gradle.org/current/userguide/scala_plugin.html#sec:scala_compiling_in_external_process>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571013629029000?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:40:59 UTC - chetanm: This explain how to increase memory for launched scala compiler
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571013659029200?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:48:46 UTC - Mayank Jha: Thanks! But just curious, why moving from arm64 to armv7l, caused this ?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571014126029400?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:51:11 UTC - Mayank Jha: @chetanm it also says that `Memory settings for the external process default to the defaults of the JVM` so if I modify my jvm's heap, it should have fixed it ?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571014271029600?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:55:36 UTC - chetanm: Probably the default here mean the default memory the JVM would select per max memory on box
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571014536029800?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 00:56:48 UTC - chetanm: <https://stackoverflow.com/questions/4667483/how-is-the-default-java-heap-size-determined>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571014608030000?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 01:08:50 UTC - Mayank Jha: Thanks @chetanm . You saved me a lot of time! :bow:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571015330030300?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 01:08:52 UTC - Mayank Jha: It works!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571015332030500?thread_ts=1570818060.012300&cid=C3TPCAQG1
----
2019-10-14 03:13:10 UTC - Bill Zong: Haven’t tried yet.
<https://istio.io/docs/tasks/policy-enforcement/rate-limiting/>
Would this do any help?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571022790030700?thread_ts=1570843527.024000&cid=C3TPCAQG1
----
2019-10-14 17:11:43 UTC - Joao Carreira: I will give it a try. Thanks
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571073103031000?thread_ts=1570843527.024000&cid=C3TPCAQG1
----
2019-10-14 19:14:07 UTC - Mayank Jha: [INFO] [08/10/2018 08:14:31.781] [kamon-akka.actor.default-dispatcher-4] [<akka://kamon/user/metrics>] Message [kamon.metric.SubscriptionsDispatcher$Tick$] without sender to Actor[<akka://kamon/user/metrics#1393956761>] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
Exception in thread "main" java.lang.IllegalStateException: cannot create children while terminating or terminated
	at akka.actor.dungeon.Children$class.makeChild(Children.scala:264)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1571080447031200?thread_ts=1571010600.027400&cid=C3TPCAQG1
----