We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33d66c9 + 90e0150 commit 87151c5Copy full SHA for 87151c5
gradle.properties
@@ -18,7 +18,8 @@
18
# org.gradle.parallel=true
19
20
# 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
+## linux requires 10G, OSX requires 11G
22
+org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx11g
23
24
mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/microsoft-graph
25
mavenGroupId = com.microsoft.graph
0 commit comments