You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: renovate.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
"config:recommended"
5
5
],
6
6
"description": [
7
-
"We specify more operating memory for Gradle run, because default 0.5Gb isn't enough to quickly precompile the Gradle code. Renovate allocates 3Gb RAM and 15 GB disk space"
7
+
"We specify more operating memory for Gradle run, because default 0.5Gb isn't enough to quickly precompile the Gradle code. Renovate allocates 3Gb RAM and 15 GB disk space",
8
+
"We also limit 'branchConcurrentLimit' to 4, because Renovate spends 4 minutes per each branch (why it is so slow?) and has 30 minutes global timeout"
0 commit comments