HHH-11253 Running all tests with Byte Buddy will require more memory

This commit is contained in:
Sanne Grinovero 2018-03-02 14:15:18 +00:00
parent 0f5c3a0abc
commit 66d3232eb6
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ tasks.withType( Test.class ).all { task ->
'-XX:MetaspaceSize=512M'
]
task.maxHeapSize = '2G'
task.maxHeapSize = '4G'
task.systemProperties['hibernate.test.validatefailureexpected'] = true
task.systemProperties += System.properties.findAll { it.key.startsWith( "hibernate." ) }