I am using Android studio 1.3.1 and getting this failed to sync Gradle project error :
Error:Unable to start the daemon process: could not reserve enough spa
in my case, if you use firebase with this dependency:
com.google.firebase:firebase-firestore-ktx:21.4.2
it will make Error:Unable to start the daemon process: could not reserve enough space for object heap
so you have to erase ktx:
com.google.firebase:firebase-firestore:21.4.2