Skip to content

Commit

Permalink
Added fix for mem errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerMc committed Sep 27, 2016
1 parent 500445e commit c94874c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/sh
./gradlew setupDecompWorkspace eclipse
#If you get a memery error use this
#./gradlew setupDecompWorkspace eclipse -Dorg.gradle.jvmargs=-Xmx3072m

0 comments on commit c94874c

Please sign in to comment.