Update graalnaative.md

This commit is contained in:
bmsuseluda
2021-06-29 09:58:29 +02:00
committed by GitHub
parent 1a0d449011
commit 7630e8d581

View File

@@ -10,4 +10,4 @@ of building a native image all library dependencies, including those from the JD
The application created as a native image can be run without a JDK. The natively compiled applications require generally The application created as a native image can be run without a JDK. The natively compiled applications require generally
less memory and have shorter start up times. less memory and have shorter start up times.
We at AOE have already running microservices written in Scala with Graal Native Image We at AOE have already running microservices written in Scala with Graal Native Image.