lambda-perf icon indicating copy to clipboard operation
lambda-perf copied to clipboard

Java GraalVM 21 aws build

Open rasvi24 opened this issue 2 years ago • 2 comments

I have impressive cold start time with the latest JDK 21 release. Unforutnately building the native image with docker gives worse performance. I built directly in t4g large instance. Since the build and runtime environment are same I believe it is optimized for the processor. I want to add my lambda here if possible. Please let me know.

t4g large : 9.34ms
Docker    : 234ms

rasvi24 avatar Sep 21 '23 20:09 rasvi24

I am able to get same performance in both builds. Since the time differs for each cold start I was confused. I have my docker build. Will add a pr

rasvi24 avatar Sep 21 '23 20:09 rasvi24

hey @rasvi24 That sounds great! Let me know if you need help on the PR!

maxday avatar Sep 24 '23 11:09 maxday