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 c2f2319
Showing 1 changed file with 2 additions and 2 deletions.
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 All @@ -113,7 +113,7 @@ With Quarkus, you can compile your application into a native image by leveraging

5. **Unified config**: All of the application's configurations are consolidated in one place, improving accessibility.

6. Standards-based
6. **Standards-based**

== Embracing Quarkus extensions

Expand Down

0 comments on commit c2f2319

Please sign in to comment.