X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fsrc%2Fmain%2Fresources%2Frun.sh;h=21245a0259e964cde52bd631d106e052d023b64c;hp=92ddbbd605346095bd4110118ab517e48e625756;hb=96ddce5da2ff368132025d2542f5731222dc41bd;hpb=accc07b1785811ed85038ac3c313c1d01724dc08 diff --git a/opendaylight/distribution/opendaylight/src/main/resources/run.sh b/opendaylight/distribution/opendaylight/src/main/resources/run.sh index 92ddbbd605..21245a0259 100755 --- a/opendaylight/distribution/opendaylight/src/main/resources/run.sh +++ b/opendaylight/distribution/opendaylight/src/main/resources/run.sh @@ -116,7 +116,7 @@ if [ "${dohelp}" -eq 1 ]; then usage fi -if [ "${jvmMaxMemory}"=="" ]; then +if [ "${jvmMaxMemory}" == "" ]; then jvmMaxMemory="-Xmx1G" echo "*****************************************************************" echo "JVM maximum memory was not defined. Setting maximum memory to 1G."