Skip to content

Commit 4cce01a

Browse files
author
Caitlin Bales (MSFT)
authored
Merge pull request #17 from davidmoten/set-max-heap
set max heap to 4g
2 parents ccf5819 + bcf7a64 commit 4cce01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
org.gradle.jvmargs=-XX:MaxPermSize=512m
19+
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx4g
2020

2121
mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/msgraph-sdk-android
2222
mavenGroupId = com.microsoft.graph
@@ -32,4 +32,4 @@ nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
3232
#ex: C:\Users\username\.gradle\gradle.properties
3333
ClientId="CLIENT_ID"
3434
Username="USERNAME"
35-
Password="PASSWORD"
35+
Password="PASSWORD"

0 commit comments

Comments
 (0)