Skip to content

Commit

Permalink
[Gradle] Increase Kotlin daemon max heap size to 3.5g for Kapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapchicoma committed Nov 20, 2023
1 parent b2046c3 commit 363b05b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ abstract class Kapt3BaseIT : KGPBaseTest() {
enableBuildScan: Boolean = false,
addHeapDumpOptions: Boolean = true,
enableGradleDebug: Boolean = false,
enableKotlinDaemonMemoryLimitInMb: Int? = 3072,
enableKotlinDaemonMemoryLimitInMb: Int? = 3512,
projectPathAdditionalSuffix: String = "",
buildJdk: File? = null,
localRepoDir: Path? = null,
Expand Down

0 comments on commit 363b05b

Please sign in to comment.