possibly fix for build OOME
This commit is contained in:
parent
53939623ac
commit
3512be90e1
|
@ -0,0 +1,2 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
ls ~
|
||||
|
||||
for log_file in hs_err_*.log; do
|
||||
echo "Error log ${log_file}:"
|
||||
cat ${log_file}
|
||||
|
|
Loading…
Reference in New Issue