Skip to content

Commit

Permalink
Fixing hard coded heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Oct 15, 2024
1 parent 352dfcf commit a17cea6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions dynamic-mapping-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<plugin>
<groupId>com.nsn.cumulocity.clients-java</groupId>
<artifactId>microservice-package-maven-plugin</artifactId>
<version>1020.73.0</version>
<version>${c8y.version}</version>
<executions>
<execution>
<id>package</id>
Expand All @@ -164,14 +164,6 @@
<encoding>UTF-8</encoding>
<rpmSkip>true</rpmSkip>
<containerSkip>false</containerSkip>
<heap>
<min>256m</min>
<max>768m</max>
</heap>
<metaspace>
<min>128m</min>
<max>192m</max>
</metaspace>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit a17cea6

Please sign in to comment.