add maxMem to the heapsize when executing tests
This commit is contained in:
parent
355cb324dd
commit
0e595532f7
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue