Skip to content

Commit

Permalink
Bump memory
Browse files Browse the repository at this point in the history
  • Loading branch information
loveleif committed Oct 10, 2023
1 parent 564275e commit b1b391d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ subprojects {
maxHeapSize = "5G"
forkEvery = 50
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
minHeapSize = "256m"
minHeapSize = "128m"

// This would apply only to TeamCity
// We need to ignore the failures because we may have tests muted
Expand Down
1 change: 1 addition & 0 deletions it/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = 'APOC :: Integration Tests Module'
test {
maxParallelForks = 1
minHeapSize = "2g"
maxHeapSize = "10g"
}

dependencies {
Expand Down

0 comments on commit b1b391d

Please sign in to comment.