Replies: 1 comment 3 replies
-
Hello @trixon. A great question! We want to conduct some systematic tests to find the optimal balance of parameters, please see I would assume that disabling jlink compression might be best, as the AppImage will handle compression on that level, and compressing the same data twice will probably only lead to slowdowns with little to no gains. It might also make zsync delta updates less efficient. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating appimages for my java applications I usually create a custom runtime image with
jlink
jlink has an option to compress the generated runtime, or not. See below.
From the perspective of the appimage performance, and perhaps the file size, what would be best to use?
And how would the be combined with the appimagetool --comp in the best way?
Beta Was this translation helpful? Give feedback.
All reactions