Skip to content

Commit 4a36d2a

Browse files
Claudeclaude
andcommitted
chore: increase Gradle heap to 8GB for headroom
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00ca925 commit 4a36d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.parallel=true
22
org.gradle.daemon=true
3-
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
3+
org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
44
org.gradle.caching=true
55
org.gradle.configureondemand=false
66

0 commit comments

Comments
 (0)