Skip to content

Commit 90e0150

Browse files
committed
update heap size to 11G because of OSX minimum
1 parent a86f74b commit 90e0150

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 -Xmx10g
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)