Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/appcds.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Foivos <foivos@zakkak.net>
  • Loading branch information
geoand and zakkak committed Feb 6, 2023
1 parent e409234 commit 8467d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/appcds.adoc
Expand Up @@ -83,8 +83,8 @@ Given what was mentioned above about how the application needs to be launched in
The answer is that at application build time, right after the application archive is built, Quarkus launches the application, but only the parts of the launch process that are safe are run.
More specifically, the application is run up until the steps that actually open sockets or run application logic.
This results in the archive process that on one hand is completely safe to generate, but on the other hand not being able to archive every single class that the application might need during boot
(which is why users will get a slightly more effective archive if they manually go through the hoops of generating the AppCDS archive).
This results in an archive generation process that on one hand is completely safe, but on the other hand is unable to archive every single class that the application might need at boot time.
As a result, users are expected to get a slightly more effective archive if they manually go through the hoops of generating the AppCDS archive.
====

=== Usage in containers
Expand Down

0 comments on commit 8467d4c

Please sign in to comment.