Skip to content

Commit 59ae9de

Browse files
committed
fix: Trying to make builds in GH Actions more stable
1 parent 198ca01 commit 59ae9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sbtopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-J-Xmx8g
1+
-J-Xmx6g
22
-J-XX:+UseG1GC

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object BuildSettings {
6161
moduleFilter(organization = "org.flywaydb", name = "flyway-core"),
6262
moduleFilter(organization = "org.slf4j", name = "slf4j-api")
6363
),
64-
concurrentRestrictions += Tags.limit(missinglinkConflictsTag, 4), // limit missing-link to limit heap consumption
64+
concurrentRestrictions += Tags.limit(missinglinkConflictsTag, 2), // limit missing-link to limit heap consumption
6565
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
6666
Test / publishArtifact := false
6767
)

0 commit comments

Comments
 (0)