Skip to content

Commit eb21dcb

Browse files
committed
reduce memory requirement for gradle to 2g now that import wildcards have been reduced
1 parent b7090fb commit eb21dcb

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
@@ -19,7 +19,7 @@
1919

2020
# The size of the library demands a large amount of RAM to build. Increase as necessary if you get GC errors
2121
## linux requires 10G, OSX requires 11G
22-
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx11g
22+
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx2g
2323

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

0 commit comments

Comments
 (0)