<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.13.3-SNAPSHOT</version>
+ <version>1.13.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M4</version>
+ <version>3.0.0-M8</version>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<reuseForks>false</reuseForks>
fi
PROPS="${PROPS} -Dspring.profiles.active=${SPRING_PROFILES_ACTIVE}"
PROPS="${PROPS} -Daaf.cadi.file=${CONFIG_HOME}/cadi.properties"
+PROPS="${PROPS} -Daaf.cadi.file=${CONFIG_HOME}/cadi.properties"
-exec java ${JVM_OPTS} ${PROPS} -jar ${APP_HOME}/babel*.jar
+JVM_OPTS="${JVM_OPTS} -XX:MaxRAMPercentage=${MAX_RAM_PERCENTAGE:-60}"
+exec java ${JVM_OPTS} ${PROPS} -jar ${APP_HOME}/babel*.jar