【发布时间】:2015-01-08 07:35:45
【问题描述】:
我正在编译Final Builder中的Android项目。即使我安装了Java 64bit version,也会出现以下错误。
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Invalid initial heap size: -Xms4096M
The specified size exceeds the maximum representable size.
Program returned code : 1
【问题讨论】:
-
您是否尝试将堆大小增加到更大的值?
-
我会减少初始堆空间:
The specified size exceeds the maximum representable size. -
如何增加堆大小值?
标签: java