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
(cherry picked from commit e6e0f9f)
  • Loading branch information
jsvd authored and logstashmachine committed Dec 16, 2024
1 parent 2e7b1fe commit a217b70
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 a217b70

Please sign in to comment.