Skip to content

Commit

Permalink
FIX TYPOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelinyanev-ship-cars committed Apr 19, 2024
1 parent 989e9f6 commit a198619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ image::memory.png[Memory usage,title="Memory usage of a Quarkus native image"]

- Reduced container size: Being fully self-contained, the container images for native images are more efficient to distribute due to their reduced size.
This leads to faster start-up times in containerized environments like Kubernetes.
For example, the size comparison between `Quarkus Native (85.1 MB)`, `Quarkus Non-Native (648.4 MB) `and `Spring Boot (861.9 MB)` provides a clear picture of the difference in resource efficiency between them.
For example, the size comparison between `Quarkus Native (85.1 MB)`, `Quarkus Non-Native (648.4 MB)` and `Spring Boot (861.9 MB)` provides a clear picture of the difference in resource efficiency between them.

With Quarkus, you can compile your application into a native image by leveraging the GraalVM native-image compiler, allowing your Java applications to experience these advantages in cloud platforms, containerization, and serverless architectures due to their swift startup times and lower resource consumption.

Expand Down

0 comments on commit a198619

Please sign in to comment.