Skip to content

Commit a86f74b

Browse files
committed
increase gradle heap requirement to 10GB
1 parent ef7c2f5 commit a86f74b

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
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
# The size of the library demands a large amount of RAM to build. Increase as necessary if you get GC errors
21-
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx4g
21+
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx10g
2222

2323
mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/microsoft-graph
2424
mavenGroupId = com.microsoft.graph

0 commit comments

Comments
 (0)