启动 Minecraft 客户端时 Eclipse 运行 内存不足

Eclipse running out of memory when starting Minecraft client

我一直在学习 mod 教程,终于到了我们应该在 Eclipse 中启动 Minecraft 实例来测试 mod 的地步。每当我尝试这样做时,我都会不断收到此错误: java.lang.OutOfMemoryError: Java heap space (完整错误日志:https://pastebin.com/t7AbTguS). I have tried giving Eclipse more memory but that doesn't seem to work. I have tried everything I have seen online but nothing works. I am on OSX with 8GB of RAM. Here's my eclipse.ini: https://pastebin.com/Ybi2jsx8.

eclipse.ini 中的内存设置控制 Eclipse 本身使用的内存量。当您从 Eclipse 中启动另一个程序(例如 minecraft)时,它们控制所使用的内存。

要更改已启动程序的设置,请打开 'Run > Run Configurations' 对话框。

在左侧的树中找到您的程序条目。

将您的设置放在 'Arguments' 选项卡的 'VM arguments' 部分。