Improving the performance of JDeveloper 11g

本文介绍了一组JDeveloper JVM参数调整方案,这些调整可以减少内存消耗并提高运行效率。包括使用字符串缓存、优化字符串拼接等技巧,并推荐了几个特定于Java 6更新21的性能增强选项。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Hi All,

I recently was in Madrid with a collegue from our US Development HQ and he shared with me a number of JDeveloper JVM 6 parameter changes which really make a difference to how JDeveloper works. In a nutshell they are hints to the JVMs memory & garbage collector which makes JDeveloper run a little smoother...

Disclaimer : I've been using these changes for the past month with no ill effects however they are not supported by worldwide customer support....

Firstly locate your jdev.conf file, usually in $JDEV_HOME/jdeveloper/jdev/bin directory

Append the following lines to the end of this file

AddVMOption -XX:+AggressiveOpts AddVMOption -XX:+UseStringCache AddVMOption -XX:+OptimizeStringConcat # # only since Java 6 update 21 performance release # reduces memory consumption # #AddVMOption -XX:+UseCompressedStrings AddVMOption -XX:+ScavengeBeforeFullGC # # only for multi-core machines # AddVMOption -XX:+UseConcMarkSweepGC AddVMOption -XX:+UseGCOverheadLimit # # works only on 64-bit JVM # dramatically reduces memory consumption # by reducing memory addressing length overhead # #AddVMOption -XX:+UseCompressedOops
Then restart jdeveloper!

Thanks Eduardo!


原文:http://blogs.oracle.com/angelo/entry/improving_the_performance_of_jdeveloper


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值