Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit f88e9f7

Browse files
committed
hack(travis): Increase dart2js' heap size
1 parent 4d17c11 commit f88e9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/env.sh

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export PUB=${PUB:-"$DARTSDK/bin/pub"}
3030
export DARTANALYZER=${DARTANALYZER:-"$DARTSDK/bin/dartanalyzer"}
3131
export DARTDOC=${DARTDOC:-"$DARTSDK/bin/dartdoc"}
3232
export DART_DOCGEN=${DART_DOCGEN:-"$DARTSDK/bin/docgen"}
33+
export DART_VM_OPTIONS="--old_gen_heap_size=2048"
3334

3435
export DARTIUM_BIN=${DARTIUM_BIN:-"$DARTIUM"}
3536
export CHROME_BIN=${CHROME_BIN:-"google-chrome"}

0 commit comments

Comments
 (0)