removed -Dwildfly.as.deployment.ondemand=false from the PROGRAM_OPTIONS

This commit is contained in:
Sameer Naik
2015-08-31 19:38:58 +05:30
parent 4e9e6a2f01
commit 1575787958

View File

@@ -1,5 +1,5 @@
# Wildfly Utility functions
PROGRAM_OPTIONS="-Dwildfly.as.deployment.ondemand=false -b 0.0.0.0 -bmanagement 0.0.0.0"
PROGRAM_OPTIONS="-b 0.0.0.0 -bmanagement 0.0.0.0"
JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=768m -Xmx768m"
export JAVA_OPTS