Skip to content

Commit

Permalink
give more memory to tests. 1gb instead of 512mb (#16764)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Dec 16, 2024
1 parent 2d51cc0 commit e6e0f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ allprojects {
"--add-opens=java.base/java.lang=ALL-UNNAMED",
"--add-opens=java.base/java.util=ALL-UNNAMED"
]
maxHeapSize = "2g"
//https://stackoverflow.com/questions/3963708/gradle-how-to-display-test-results-in-the-console-in-real-time
testLogging {
// set options for log level LIFECYCLE
Expand Down

0 comments on commit e6e0f9f

Please sign in to comment.