You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/01/24 16:41:38 UTC

[GitHub] [openwhisk] dubee edited a comment on issue #4706: Move to Java 11 for building and running

dubee edited a comment on issue #4706: Move to Java 11 for building and running
URL: https://github.com/apache/openwhisk/pull/4706#issuecomment-578206847
 
 
   @rabbah, from what I've read, the default GC in Java 11 is optimized for low latency garbage collection. Whereas the old default for Java 8, Parallel GC, is optimized for throughput. 
   
   There may be more discussion on this subject as we may have evidence of performance degradation using G1 GC, the default for Java 11.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services