Eclispe 中出现java.lang.OutOfMemoryError: Java heap space,这时候就需要在Eclipse ->run -arguments 中的VM arguments 中输入-Xms32m -Xmx800m这个参数即可解决。