gpt4 book ai didi

Java intellij 无效的最大堆大小

转载 作者:行者123 更新时间:2023-12-01 06:05:43 27 4
gpt4 key购买 nike

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.

Invalid maximum heap size: -Xmx4096M

The specified size exceeds the maximum representable size.

Process finished with exit code 1

当我开始使用intellji执行程序时出现此错误

编辑配置中,我将虚拟机选项更改为:

-ea -Dmodules=core,tables,corenlp -Xms4096M -Xmx4096M .

我想读取一些大数据它给了我这个错误

我将值更改为 -Xms4095M -Xmx4095M执行时它给我错误

Error occurred during initialization of VM

Could not reserve enough space for 4188160KB object heap

这个程序需要 5G 内存

我有2条4G内存,win7让我使用全部8G。

但这里我不能输入大于 4095M 的值!我该如何解决它?

最佳答案

错误: Intellij 堆大小快照

此答案仅适用于 linux/debian 用户。

因此,我将最大堆大小从 750m 更改为 2048m。当我更改此设置时,我无法启动 intellij。

Invalid maximum heap size: -Xmx2048m
The specified size exceeds the maximum representable size.
Could not create the Java virtual machine.

我在snap的帮助下安装了intellij。因此,所有 snap 包的内容都安装在 /snap/intellij 中。

这些内容只读。因此,您无法在此处更改vmoptions

实际的自定义vmoptions存在于用户目录中。

目录名称为.IntelliJIdea{Year.Version}/config。某些操作系统隐藏此目录。因此,您需要启用显示隐藏文件

现在,您将找到idea64.vmoptions文件。编辑此文件以减少内存。

关于Java intellij 无效的最大堆大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45193876/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com