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
After some research I found that's possible to create really small images in Java using Graal VM. Today we are being able to create a 187mb image for the server and Graal VM native image promise to get us a <30mb version. This is a big improvement for someone who has limited space and memory on the Amazon Lightsail VM.
Description
After some research I found that's possible to create really small images in Java using Graal VM. Today we are being able to create a 187mb image for the server and Graal VM native image promise to get us a <30mb version. This is a big improvement for someone who has limited space and memory on the Amazon Lightsail VM.