possibly fix for build OOME

This commit is contained in:
Mariotaku Lee 2017-03-04 23:42:15 +08:00
parent 53939623ac
commit 3512be90e1
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,2 @@
org.gradle.daemon=true
org.gradle.jvmargs=-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m

View File

@ -1,7 +1,5 @@
#!/bin/bash
ls ~
for log_file in hs_err_*.log; do
echo "Error log ${log_file}:"
cat ${log_file}