Skip to content

Commit

Permalink
HHH-11253 Running all tests with Byte Buddy will require more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Mar 2, 2018
1 parent 0f5c3a0 commit 66d3232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/java-module.gradle
Expand Up @@ -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." ) }
Expand Down

0 comments on commit 66d3232

Please sign in to comment.