Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Error:Unable to start the daemon process: could not reserve enough space for object heap.
  2. Please assign more memory to Gradle in the project's gradle.properties file.
  3. For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB:
  4. <em>org.gradle.jvmargs=-Xmx1024m</em>
  5. <a href="http://www.gradle.org/docs/current/userguide/build_environment.html">Read Gradle's configuration guide</a><br><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/vm/gc-ergonomics.html">Read about Java's heap size</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement