Skip to content

Commit

Permalink
[Bug]: gradle check failing with java heap OutOfMemoryError (#4150) (#…
Browse files Browse the repository at this point in the history
…4209)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 0f2ed70)
  • Loading branch information
reta committed Aug 15, 2022
1 parent 9b03eac commit 6cabc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
org.gradle.warning.mode=none
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m
options.forkOptions.memoryMaximumSize=2g
options.forkOptions.memoryMaximumSize=3g

# Disable duplicate project id detection
# See https://docs.gradle.org/current/userguide/upgrading_version_6.html#duplicate_project_names_may_cause_publication_to_fail
Expand Down

0 comments on commit 6cabc6a

Please sign in to comment.