Skip to content

Commit

Permalink
Update standalone.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Feb 20, 2018
1 parent d11d7bb commit 4c40655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/bin/standalone.conf
Expand Up @@ -49,7 +49,7 @@ fi
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true"
JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true"
JAVA_OPTS="$JAVA_OPTS -Duser.language=it -Duser.country=IT"
JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8 -Duser.language=it -Duser.country=IT"
JAVA_OPTS="$JAVA_OPTS -Dspring.profiles.active=CMIS,liquibase"

else
Expand Down

0 comments on commit 4c40655

Please sign in to comment.