Re: Tomcat Docker using AdoptOpenJDK-OpenJ9

2020-06-01 Thread kusuma chalasani
Hi, Following on this, as I have raised a PR https://github.com/docker-library/tomcat/pull/202 to add the SCC options into the OpenJ9 Docker file to avail this improvement, I got comments saying that they would do only if upstream recommends. As all individual users may not know that this option

Re: Tomcat Docker using AdoptOpenJDK-OpenJ9

2020-05-21 Thread Martin Grigorov
On Mon, May 18, 2020 at 2:45 PM kusuma chalasani wrote: > Hi all, > > I'm a Performance Analyst for JVM runtime. I recently tried out some > experiments to compare Tomcat startup performance in Docker using > AdoptOpenJDK-OpenJ9 > > I found I was able to get ~30% faster startup time with very

Tomcat Docker using AdoptOpenJDK-OpenJ9

2020-05-18 Thread kusuma chalasani
Hi all, I'm a Performance Analyst for JVM runtime. I recently tried out some experiments to compare Tomcat startup performance in Docker using AdoptOpenJDK-OpenJ9 I found I was able to get ~30% faster startup time with very minimal change in footprint when I enable SharedClass Cache when I