Disclaimer

The views expressed on this blog are my own and do not necessarily reflect the views of Oracle.

Wednesday, February 25, 2009

Improving Performance in Jdeveloper 11g

From a user experience .... 

# Make sure you're on the latest version of 11G (5188). They make performance improvements with every release. 
# configure jdeveloper to open jsp/jsff's in source view. 
# Use the property editor if possible. Avoid typing in the source 
# Disable the source control plugin - Use Tortoise SVN or other source control outside of jdeveloper. 
# Recommend a minimum of 3G but 4G preferred 
# set the ide.conf memory size to at least 768 
# Restart jdeveloper if memory usage climbs above 1G 

Do you any tips? or more explanations to this?

4 comments:

Anonymous said...

Hi where do you config
ide.conf memory

Thanks

Unknown said...

ide.conf is located in (your JDEV_HOME)jdeveloper/ide/bin/
There you can change te AddVMOption of -Xmx and -Xms

hhhh said...

Hi,
How do we configure jdeveloper to open jsp/jsff's in source view.

Unknown said...

Here it is, http://adfjsf.blogspot.com/2009/03/changing-default-view-in-jdeveloper.html