gpt4 book ai didi

java - eclipse 不接受在 eclipse.ini 中设置堆大小

转载 作者:行者123 更新时间:2023-12-01 10:01:10 24 4
gpt4 key购买 nike

我正在将 IBM Rational Performance Tester 与 Eclipse 一起使用,并在 Eclipse 的 windows>preferences>general 中设置了“show heap status”。但是当我运行应用程序/性能测试时,它显示 java 堆空间错误。

我的 eclipse.ini 是:

-vm

C:\Program Files\IBM\SDP\jdk\jre\bin\javaw.exe

-startup

plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar

-install

C:\Program Files\IBM\SDP

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222

-vmargs=-Xmx1500m

-Xquickstart

-Xms40m

-Xgcpolicy:gencon

-Xscmx48m

-Xshareclasses:name=IBMSDP_%u

-Xmx1947m

-Xjit:disableValueProfiling

但是当我检查eclipse状态栏中的堆状态时,如下图所示:

enter image description here

它显示“ma​​x:512M”,但在 eclipse.ini 中我已将其设置为“-Xmx1947m”,如上面的 eclipse 文件所示。

谁能告诉我,当我将其设置为1947M时,为什么在Eclipse的堆状态栏中显示ma​​x:512M

最佳答案

-vmargs=-Xmx1500m 不是 eclipse.ini 中的有效条目。

-vmargs 必须单独占一行,否则将无法被识别。由于 -vmargs 行不正确,所有 VM 参数都将被忽略。

关于java - eclipse 不接受在 eclipse.ini 中设置堆大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36795384/

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