Cordova 无法为 2097152KB 对象堆保留足够的空间 [英] Cordova Could not reserve enough space for 2097152KB object heap

查看:33
本文介绍了Cordova 无法为 2097152KB 对象堆保留足够的空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是cordova 的新手,正在尝试创建一个android HelloWold 项目.

I am new to cordova and am trying to create an android HelloWold project.

当我使用 cordova 平台添加 android 时,它抛出一些异常:

When I use cordova platforms add android, it throws some exception:

D:CordovaSpacehelloWorld>cordova platforms add android
Adding android project...
Creating Cordova project for the Android platform:
        Path: platformsandroid
        Package: com.example.helloworld
        Name: HelloWorld
        Activity: MainActivity
        Android target: android-24
Subproject Path: CordovaLib
Android project created with cordova-android@6.0.0
Installing "cordova-plugin-whitelist" for android
ANDROID_HOME=D:Java_Android_SDKandroid_sdk
JAVA_HOME=C:Program Files (x86)Javajdk1.8.0_73
Subproject Path: CordovaLib
Starting a new Gradle Daemon for this build (subsequent builds will be faster).

FAILURE: Build failed with an exception.

* What went wrong:
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 https://docs.gradle.org/2.14.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 2097152KB object heap


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Failed to install 'cordova-plugin-whitelist':Error: cmd: Command failed with exit code 1
    at ChildProcess.whenDone (D:CordovaSpacehelloWorldplatformsandroidcordova
ode_modulescordova-commonsrcsuperspawn.js:169:23)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at maybeClose (internal/child_process.js:850:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
Error: cmd: Command failed with exit code 1

推荐答案

在增加 Java VM(?) 内存大小后重试.

Try again after increasing your Java VM(?) memory size.

以下是在 Windows 平台上修复它的方法:

Here is how to fix it on a Windows platform:

转到开始 -> 控制面板 -> 系统 -> 高级(选项卡) -> 环境变量 -> 系统变量 -> 新建:
变量名:_JAVA_OPTIONS
变量值:-Xmx512M

Go to Start -> Control Panel -> System -> Advanced(tab) -> Environment Variables -> System Variables -> New:
Variable name: _JAVA_OPTIONS
Variable value: -Xmx512M

不要忽略分数和下划线字符.

Don't ignore the score and underscore characters.

这篇关于Cordova 无法为 2097152KB 对象堆保留足够的空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆