commit | 89a33bf37bb28aca44390686ac7427404a1ed1dc | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@google.com> | Tue Nov 05 17:01:48 2013 -0800 |
committer | Xavier Ducrohet <xav@google.com> | Tue Nov 05 17:01:48 2013 -0800 |
tree | 2fcc2914d86e98fb6fab2102e1c791a33bc36546 | |
parent | e66daf0570702defd31618811f73e1f1503d0082 [diff] |
Config the VM to use more RAM in order to be able to run the tests. Change-Id: Ifc9234d7c92ffbdc103d51c00be2a865d1a23cf0
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..f66ad4d --- /dev/null +++ b/gradle.properties
@@ -0,0 +1 @@ +org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=1024m \ No newline at end of file