Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
ce4f78bb
Commit
ce4f78bb
authored
Oct 10, 2019
by
Tobias Wich
Browse files
Use correct argument notation for java options in package
parent
5e160f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
packager/richclient-packager/pom.xml
View file @
ce4f78bb
...
...
@@ -61,21 +61,19 @@
<runtimeImage>
${project.build.directory}/open-ecard
</runtimeImage>
<skipModulesInclude>
true
</skipModulesInclude>
<!-- JVM arguments of the application -->
<arguments>
<argument>
-XX:-UsePerfData
</argument>
<argument>
-XX:-Inline
</argument>
<argument>
-XX:+AggressiveOpts
</argument>
<argument>
-Xms16m
</argument>
<argument>
-Xmx64m
</argument>
<argument>
-XX:+UseG1GC
</argument>
<argument>
-XX:MinHeapFreeRatio=1
</argument>
<argument>
-XX:MaxHeapFreeRatio=5
</argument>
<argument>
-XX:G1ReservePercent=5
</argument>
<argument>
-Djavax.xml.stream.isSupportingExternalEntities=false
</argument>
<argument>
-Djavax.xml.stream.supportDTD=false
</argument>
<argument>
--add-opens
</argument>
<argument>
java.smartcardio/sun.security.smartcardio=org.openecard.richclient
</argument>
</arguments>
<jvmArgs>
<jvmArg>
-XX:-UsePerfData
</jvmArg>
<jvmArg>
-XX:-Inline
</jvmArg>
<jvmArg>
-XX:+AggressiveOpts
</jvmArg>
<jvmArg>
-Xms16m
</jvmArg>
<jvmArg>
-Xmx64m
</jvmArg>
<jvmArg>
-XX:+UseG1GC
</jvmArg>
<jvmArg>
-XX:MinHeapFreeRatio=1
</jvmArg>
<jvmArg>
-XX:MaxHeapFreeRatio=5
</jvmArg>
<jvmArg>
-XX:G1ReservePercent=5
</jvmArg>
<jvmArg>
-Djavax.xml.stream.isSupportingExternalEntities=false
</jvmArg>
<jvmArg>
-Djavax.xml.stream.supportDTD=false
</jvmArg>
</jvmArgs>
<!-- Application package metadata -->
<vendor>
${app.vendor}
</vendor>
<description>
${app.description}
</description>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment