Skip to content

Commit

Permalink
build: Fix out of memory (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Jul 14, 2023
1 parent be5edeb commit a9327aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ task runStandardTests(type: Test, group: 'verification') {
useJUnitPlatform {
excludeTags "contextRecreating"
}
maxHeapSize = "8000m"
}

springBoot {
Expand Down

0 comments on commit a9327aa

Please sign in to comment.