Title: Slow Performance
We will try this out and let you know.  Thanks for all the tips and suggestions.
 
thanks,
Mike Liu
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eugene Zhuravlev
Sent: Friday, December 07, 2001 9:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [Eap-list] Slow Performance

I would suggest not using "-Xincgc" and use socket transport as Christian suggested.
Also here we noticed that when using Remote debug it's ok to run the debuggee with hotspot ("-hotspot" option instead of "-classic"), the performance does not suffer, but the startup time of Weblogic will decrease.
 
Best regards,
Eugene Zhuravlev
IntelliJ Software, http://www.intellij.com/
"Develop with pleasure!"
----- Original Message -----
From: Liu, Mike
Sent: 07 December, 2001 7:20 PM
Subject: RE: [Eap-list] Slow Performance

No method or conditional breakpoint.  Just a simple breakpoint in a method and stepping through it.
 
My debuggee is Weblogic App. Server, the command line looks like the following:
 
$JAVA_HOME/bin/java -Xincgc -Xms128m -Xmx128m -classpath $CLASSPATH -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,address=localhost,server=y,suspend=n weblogic.Server
thanks,
Mike Liu
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eugene Zhuravlev
Sent: Friday, December 07, 2001 2:06 AM
To: [EMAIL PROTECTED]
Subject: Re: [Eap-list] Slow Performance

Hi Mike,
 
"Force classic VM" option has no effect in case of remote debug.
Possible reasons are:
 - method breakpoints,
 - conditional breakpoints with complex conditions,
Please provide some details about the debuggee:
what command line are you using to launch it?
 
Best regards,
Eugene Zhuravlev
IntelliJ Software, http://www.intellij.com/
"Develop with pleasure!"
----- Original Message -----
From: Liu, Mike
Sent: 06 December, 2001 11:27 PM
Subject: [Eap-list] Slow Performance

Hi,

This is a general feedback.  When remote debugging with IntelliJ, IDEA seemed to react really slowly.  This has been the case for Build #528 and Build #532.  Is there any settings we should be using?

Platform: W2K, JDK 1.3.1_01, #Build 532.

We are using "Force classic VM" and "Shared memory"


thanks,
Mike Liu


Reply via email to