Skip to content

Commit

Permalink
chore($JVM): reduce heap size
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Mar 18, 2021
1 parent 688dac8 commit 432bc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MUSCLE_MIS_CONTAINER_NAME="maf-muscle-mis-${SPRING_ENVIRONMENT}"
##################################################
# JIB contain's Java tool options #
##################################################
JAVA_TOOL_OPTIONS="-Xms256m -Xmx256m -Dspring.profiles.active=${SPRING_ENVIRONMENT} -Dspring.cloud.consul.host=${CONSUL_SERVICE_REGISTRY_CONTAINER_NAME}"
JAVA_TOOL_OPTIONS="-Xms128m -Xmx128m -Dspring.profiles.active=${SPRING_ENVIRONMENT} -Dspring.cloud.consul.host=${CONSUL_SERVICE_REGISTRY_CONTAINER_NAME}"

##################################################
# Accounts, Passwords & Common Constants #
Expand Down

0 comments on commit 432bc2d

Please sign in to comment.