Could not reserve enough space for 2097152KB object heap 解决

  • Post author:
  • Post category:其他




报错提示:Could not reserve enough space for 2097152KB object heap

修改:gradle.properties 下,

org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8

改成:

org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8



版权声明:本文为mumu176699原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。