I have a gradle build in VSTS that is building an Android app and it\'s failing with the below error. Does the build machine really have to little memory or should I change
After specifying parameter org.gradle.jvmargs=-Xmx2048M -XX\:MaxHeapSize\=32g in file gradle.properties the build started working.
org.gradle.jvmargs=-Xmx2048M -XX\:MaxHeapSize\=32g
gradle.properties