add maxMem to the heapsize when executing tests

This commit is contained in:
kimchy 2011-02-09 20:45:21 +02:00
parent 355cb324dd
commit 0e595532f7
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ allprojects {
suiteNamte = testSuiteName
listeners << 'org.elasticsearch.util.testng.Listeners'
}
maxHeapSize = '1g'
systemProperties["es.logger.prefix"] = ""
systemProperties["es.test.log.conf"] = System.getProperty("es.test.log.conf", "log4j-gradle.properties")
systemProperties["es.test.log.conf"] = System.getProperty("es.test.log.conf", "log4j-gradle.properties")
}