forked from spring-attic/spring-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check the reason about RSS regression in Jafu samples
Closes spring-atticgh-73
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
This sample leverages Jafu DSL from [Spring Fu incubator](https://github.com/spring-projects-experimental/spring-fu). | ||
This sample leverages Jafu DSL from [Spring Fu incubator](https://github.com/spring-projects-experimental/spring-fu) in order to allow smaller image size and lower memory consumption. | ||
|
||
Notice there is currently a regression in GraalVM on XML related code removal capabilities, see figures bellow and related issue https://github.com/oracle/graal/issues/2327. | ||
|
||
With GraalVM 19.3.1: | ||
|
||
- Image build time: 78.8s | ||
- RSS memory: 38.3M | ||
- Image size: 37.8M | ||
|
||
With GraalVM 20.0.0: | ||
|
||
- Image build time: 87.6s | ||
- RSS memory: 50.6M | ||
- Image size: 55.8M |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
This sample leverages Jafu DSL from [Spring Fu incubator](https://github.com/spring-projects-experimental/spring-fu). | ||
This sample leverages Jafu DSL from [Spring Fu incubator](https://github.com/spring-projects-experimental/spring-fu) in order to allow smaller image size and lower memory consumption. | ||
|
||
Notice there is currently a regression in GraalVM on XML related code removal capabilities, see figures bellow and related issue https://github.com/oracle/graal/issues/2327. | ||
|
||
With GraalVM 19.3.1: | ||
|
||
- Image build time: 36.2s | ||
- RSS memory: 14.7M | ||
- Image size: 15.0M | ||
|
||
With GraalVM 20.0.0: | ||
|
||
- Image build time: 43.2s | ||
- RSS memory: 17.9M | ||
- Image size: 21.8M |