mirror of https://github.com/apache/activemq.git
Added Brad Fritz's fix to not overwrite ACTIVEMQ_OPTS when defined.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b195cc7985
commit
64034a8a37
|
@ -114,7 +114,7 @@ if $cygwin; then
|
|||
fi
|
||||
|
||||
|
||||
if [ -n "ACTIVEMQ_OPTS" ] ; then
|
||||
if [ -z "$ACTIVEMQ_OPTS" ] ; then
|
||||
ACTIVEMQ_OPTS="-Xmx512M -Dderby.system.home=../data -Dderby.storage.fileSyncTransactionLog=true"
|
||||
fi
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ if $cygwin; then
|
|||
fi
|
||||
|
||||
|
||||
if [ -n "ACTIVEMQ_OPTS" ] ; then
|
||||
if [ -z "$ACTIVEMQ_OPTS" ] ; then
|
||||
ACTIVEMQ_OPTS="-Xmx512M -Dderby.system.home=../data -Dderby.storage.fileSyncTransactionLog=true"
|
||||
fi
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ if $cygwin; then
|
|||
fi
|
||||
|
||||
|
||||
if [ -n "ACTIVEMQ_OPTS" ] ; then
|
||||
if [ -z "$ACTIVEMQ_OPTS" ] ; then
|
||||
ACTIVEMQ_OPTS="-Xmx512M -Dderby.system.home=../data -Dderby.storage.fileSyncTransactionLog=true"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue