We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d42470 + 432534e commit fdb7006Copy full SHA for fdb7006
ice-rest-catalog/pom.xml
@@ -275,6 +275,7 @@
275
<artifactId>really-executable-jar-maven-plugin</artifactId>
276
<version>2.1.1</version>
277
<configuration>
278
+ <flags>-XX:MaxRAMPercentage=75.0</flags>
279
<!--<flags>-Xmx512m</flags>-->
280
<inputFile>target/ice-rest-catalog-jar-with-dependencies.jar</inputFile>
281
<programFile>ice-rest-catalog-jar</programFile>
ice/pom.xml
@@ -454,6 +454,7 @@
454
455
<!--use `_JAVA_OPTIONS=-Xmx512m ice ...` to set at runtime-->
456
457
458
<inputFile>target/ice-${project.version}-shaded.jar</inputFile>
459
<programFile>ice-jar</programFile>
460
</configuration>
0 commit comments