-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Docker executor with Ubuntu VM to fix problems with memory (#…
- Loading branch information
1 parent
01681ec
commit 53a2ceb
Showing
6 changed files
with
39 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
kotlin.stdlib.default.dependency=false | ||
org.gradle.caching=true | ||
org.gradle.configureOnDemand=true | ||
org.gradle.daemon=false | ||
# More memory needed by daemon in UI tests; also, see https://github.com/gradle/gradle/issues/19750 for MaxMetaspaceSize | ||
org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=256m | ||
org.gradle.jvmargs=-Xmx3G | ||
org.gradle.parallel=true | ||
org.jetbrains.intellij.platform.buildFeature.selfUpdateCheck=false |