summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-11-10 15:19:51 -0800
committerDianne Hackborn <hackbod@google.com>2011-11-10 15:19:51 -0800
commit6e4e1bbbc1f3e3c8e53940ffec24da9d1be4ff25 (patch)
tree219aa55baf7e5976ee1ce19a576dc27a0fdda58c /envsetup.sh
parent3f73914dc6172c64e28265bbe2acce88ffee0182 (diff)
downloadbuild-6e4e1bbbc1f3e3c8e53940ffec24da9d1be4ff25.zip
build-6e4e1bbbc1f3e3c8e53940ffec24da9d1be4ff25.tar.gz
build-6e4e1bbbc1f3e3c8e53940ffec24da9d1be4ff25.tar.bz2
Dev branch for ICS MR2.
Change-Id: I53c18f2e84cd0a5c6529da1acc5f2c8d0ad0ef2e
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index bab2d25..2caec62 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -908,7 +908,7 @@ function runhat()
echo "Running hat on $localFile"
echo "View the output by pointing your browser at http://localhost:7000/"
echo ""
- hat $localFile
+ hat -JXmx512m $localFile
}
function getbugreports()