Skip to content

Commit e7dab40

Browse files
authored
Merge pull request #5731
FINERACT-2421: Maximize parallel gradle workers
2 parents a8e807c + 8ede748 commit e7dab40

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ org.gradle.jvmargs=-Xmx12g --add-exports jdk.compiler/com.sun.tools.javac.api=AL
2020
buildType=BUILD
2121
org.gradle.caching=true
2222
org.gradle.parallel=true
23+
# Keep worker concurrency below CPU count to avoid heap spikes from parallel project tasks
24+
# and forked Java compilation running alongside Avro code generation.
25+
org.gradle.workers.max=4
2326
org.gradle.daemon.idletimeout=10800000
2427
# Temporarily disabled until we fix configuration cache compatibility
2528
#org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)