gradle out of memory
Closed this issue · 5 comments
1.3 gradle is having memory problems because of a bug that was fixed in later versions. I created gradle.properties. This ticket is
- delete gradle.properties which was needed to give gradle more memory
- modify the gradle wrapper to download 1.6 or 1.7 gradle instead of 1.3
The specific bug was they stored all log output in memory so test suite increasing had broken the build as we started getting out of memory exceptions. I would like to revert my workaround and truly fix the issue by upgrading gradle.
This is done in the sense that gradle is upgraded to 1.6.
- We have not delete gradle.properties as we never get out of memory error, so if you can remove this file and test if it is fine, then we can close..
- Also, please note that latest gradle uses Checkstyle 5.6 version and there "DoubleCheckedLocking" has been removed so we have commented that.. please see http://sourceforge.net/p/checkstyle/bugs/682/
remove file and close the ticket please ;).....I am always forced to retest later anyways ;) and I can fix it myself without opening this issue again.
thanks,
Dean
Ok. How about your favorite "DoubleCheckedLocking" .. ;) hope you will not miss that much :)
Removed gradle.properties. Closing
it's not a big deal....probably removed if the JVM removed the issue themselves or something anyways.