Skip to content

Commit 87151c5

Browse files
authored
Merge pull request #78 from davidmoten/increase-heap
increase gradle heap requirement to 11GB
2 parents 33d66c9 + 90e0150 commit 87151c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
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+
## linux requires 10G, OSX requires 11G
22+
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx11g
2223

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

0 commit comments

Comments
 (0)