updated to not set memory higher.
authorChris Koeritz <fred@gruntose.com>
Sat, 23 Jun 2012 14:06:47 +0000 (10:06 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 23 Jun 2012 14:06:47 +0000 (10:06 -0400)
examples/custom_overrides/fred/build_cak0l.sh

index c887635e093cf28ac39e5beee22a002a28953103..796d3226de2f2066f32950ec82dee216ea0e61f2 100644 (file)
@@ -12,7 +12,7 @@ function build_cak0l()
     chmod 755 "runContainer.sh" 
   fi
   if [ -f grid ]; then
-    sed -e "s/-Xmx512M/-Xmx1G/" < "grid" >"$TMP/${USER}_edited.tmp"
+#    sed -e "s/-Xmx512M/-Xmx1G/" < "grid" >"$TMP/${USER}_edited.tmp"
     mv "$TMP/${USER}_edited.tmp" "grid" 
     chmod 755 "grid"
     popd
@@ -23,7 +23,7 @@ function build_cak0l()
     chmod 755 "runContainer.bat" 
   fi
   if [ -f grid.bat ]; then
-    sed -e "s/-Xmx512M/-Xmx1G/" < "grid.bat" >"$TMP/${USER}_edited.tmp"
+#    sed -e "s/-Xmx512M/-Xmx1G/" < "grid.bat" >"$TMP/${USER}_edited.tmp"
     mv "$TMP/${USER}_edited.tmp" "grid.bat" 
     chmod 755 "grid.bat"
     popd