zoukankan      html  css  js  c++  java
  • 关于ionic打包出错:ionic Unable to start the daemon process

    一直试都没问题的ionic build android  今天竟然冒出了这个错误

    Error:Unable to start the daemon process.  
    This problem might be caused by incorrect configuration of the daemon.  
    For example, an unrecognized jvm option is used.  
    Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html  
    Please read the following process output to find out more:  
    -----------------------  
    Error occurred during initialization of VM  
    Could not reserve enough space for object heap  
    Error: Could not create the Java Virtual Machine.  
    Error: A fatal exception has occurred. Program will exit. 
    

      

    解决方法:

    在操作系统当前用户的.gradle文件夹下:C:UsersAdministrator.gradle  新增gradle.properties文件,我这里是没有,我就新增。

    在文件中添加如下配置信息:

    org.gradle.jvmargs=-Xmx512m 
    

      

  • 相关阅读:
    CodeForces-1263D Secret Passwords 并查集 求连通分量
    Virtual Friends HDU
    AreYouBusy HDU
    Jack Straws POJ
    Divisibility by 25 CodeForces
    逃离迷宫 HDU
    Find a way HDU
    Stall Reservations POJ
    Three displays CodeForces
    Radar Installation POJ
  • 原文地址:https://www.cnblogs.com/tanxu/p/5378868.html
Copyright © 2011-2022 走看看