You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is something like this what you have in mind? run-java.sh is the default command for the image. Among other things it sets the JVM heap size based on container limits.
The text was updated successfully, but these errors were encountered:
@rabbah commented on Thu Jun 15 2017
Java actions run with no heap settings, regardless of the container's memory limit: https://github.com/apache/incubator-openwhisk/blob/master/core/javaAction/Dockerfile#L38
This will cause a reused Java action to eventually be killed because the GC may not get a chance to run.
That's ~1GB even though memory limit for container is 64M.
@jsanda commented on Mon Oct 23 2017
Is something like this what you have in mind? run-java.sh is the default command for the image. Among other things it sets the JVM heap size based on container limits.
The text was updated successfully, but these errors were encountered: