HHH-11253 Running all tests with Byte Buddy will require more memory
This commit is contained in:
parent
0f5c3a0abc
commit
66d3232eb6
|
@ -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." ) }
|
||||
|
|
Loading…
Reference in New Issue