-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust Gradle memory settings #3464
Draft
adam-enko
wants to merge
20
commits into
master
Choose a base branch
from
fix/oom-gradle-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
074de00
remove custom jvmArgs from TestKit GradleRunner, remove integration t…
adam-enko 9ed5289
remove integration_test.parallelism
adam-enko 9efe674
remove 'info' level logging (can cause OOM https://github.com/gradle/…
adam-enko aada67f
try removing AlwaysPreTouch, and copy the memory settings to each inc…
adam-enko 813ef9d
remove maxParallelForks again
adam-enko ceddfcf
try adjusting jvm args for integration tests, and increasing memory
adam-enko 678d0dd
disable more TestKit logging...
adam-enko 335e4ce
throw entire gradle connection exception
adam-enko 9289163
increase memory in integration tests...
adam-enko ccc1c44
manually set `-Xmx1g` in each test project
adam-enko 00a0344
rm gradle wrapper from test projects
adam-enko a2e166b
restore & tweak Tests maxParallelForks
adam-enko 17f12b4
set `org.gradle.workers.max=1` in TestKit tests
adam-enko 0b0a2b7
tweak/hack integration test settings
adam-enko b98ba60
commit gradle.properties in it-wasm-basic
adam-enko ad644e4
tweaks
adam-enko 738255b
try using in-process KotlinCompileDaemon
adam-enko 47d4a3f
decrease Gradle daemon idle timeout
adam-enko 2665760
wip
adam-enko 297b340
Merge branch 'master' into fix/oom-gradle-tests
adam-enko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ | |
**/gradle/wrapper/** | ||
gradlew.bat | ||
gradlew | ||
gradle.properties |
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 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 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
5 changes: 4 additions & 1 deletion
5
dokka-integration-tests/gradle/projects/it-multimodule-inter-module-links/gradle.properties
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,5 +1,8 @@ | ||
# | ||
# Copyright 2014-2024 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. | ||
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. | ||
# | ||
|
||
dokka_it_kotlin_version=1.9.20 | ||
|
||
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1g | ||
#kotlin.compiler.execution.strategy=in-process |
Binary file removed
BIN
-57.3 KB
...tests/gradle/projects/it-multimodule-inter-module-links/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
9 changes: 0 additions & 9 deletions
9
...radle/projects/it-multimodule-inter-module-links/gradle/wrapper/gradle-wrapper.properties
This file was deleted.
Oops, something went wrong.
183 changes: 0 additions & 183 deletions
183
dokka-integration-tests/gradle/projects/it-multimodule-inter-module-links/gradlew
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now GHA upgrades to 4-core runners, we can tweak this option a bit.