Hi,
Just updated Meteor to the latest version and was trying to run my app in Android.
Meteor run android and meteor run android-device give the same error:
Error
Anyone know how to fix this? I’ve search google but couldn’t find anything with this error related to Meteor.
Thanks!
I’ve never encountered this error, but Googling "unable to start the daemon process" gradle
or "Could not reserve enough space for object heap"
shows up quite a few hits. A quick read seems to suggest the cause might be that your memory is too fragmented and the JVM is not able to reserve a contiguous section of heap memory. Perhaps restarting your machine might help.
1 Like
Thank you, it was indeed a problem with my memory!