Skip to content

Commit 705ba89

Browse files
committed
change analysis jvmargs=-Xmx5g to jvmargs=-Xmx3g
just a test if this fixes the "Error: The operation was canceled." Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
1 parent b2c506f commit 705ba89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
mkdir -p "$HOME/.gradle"
7373
{
74-
echo "org.gradle.jvmargs=-Xmx1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g"
74+
echo "org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g"
7575
echo "org.gradle.configureondemand=true"
7676
echo "kapt.incremental.apt=true"
7777
} > "$HOME/.gradle/gradle.properties"

0 commit comments

Comments
 (0)