gpt4 book ai didi

java - 我应该在这个系统上为 Eclipse 使用什么内存设置?

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

我需要在 Eclipse 中运行我的程序,我希望通过增加 Eclipse 的内存大小来加快该过程,但我对使用哪些设置感到困惑。

这是我的系统:

  Model Name:   MacBook Air
Model Identifier: MacBookAir3,2
Processor Name: Intel Core 2 Duo
Processor Speed: 1.86 GHz
Number of Processors: 1
Total Number of Cores: 2
L2 Cache: 6 MB
Memory: 4 GB
Bus Speed: 1.07 GHz

这是我当前的 eclipse .ini:

-startup
../../../plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.101.v20120109-1504
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=512m
-Xms1536m
-Xmx1536m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts

我应该在 XX、Xms 和 Xmx 处使用什么?

谢谢

最佳答案

使用这些

-server -Xms3g -Xmx3g -Xmn1g -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=256m -XX:ThreadStackSize=2048-XX:+HeapDumpOnOutOfMemoryError-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseFastAccessorMethods-XX:CMSInitiatingOccupancyFraction=85 -XX:+UseCMSInitiatingOccupancyOnly-XX:+CMSClassUnloadingEnabled -XX:+CMSParallelRemarkEnabled-XX:+UseNUMA -XX:-UseBiasedLocking -XX:+UseTLAB -XX:+DoEscapeAnaanalysis -XX:+UseCompressedOops -XX:+TieredCompilation -XX:+OptimizeStringConcat -XX:+AlwaysPreTouch

就是这样)

关于java - 我应该在这个系统上为 Eclipse 使用什么内存设置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11689854/

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