Performance problems running apps within IntelliJ

When I run my application within IntelliJ, it runs extremely slow. If I run it outside of IntelliJ, it runs at its normal speed (10x faster than within IntelliJ). Does anyone have any thoughts on why this is happening. This just started to happen after I upgraded to 6.0.2 -- 5.x worked fine.

0
Avatar
Permanently deleted user

Hello Jim,

JF> When I run my application within IntelliJ, it runs extremely slow.
JF> If I run it outside of IntelliJ, it runs at its normal speed (10x
JF> faster than within IntelliJ). Does anyone have any thoughts on why
JF> this is happening. This just started to happen after I upgraded to
JF> 6.0.2 -- 5.x worked fine.

Does your application print things to Console.out?

--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

Dmitry, Just when the application starts up. Once it is off and doing it's thing (when it's slow) there is no more console output. I thought I'd try to uninstall 6.0.2 and go back to 6.0.1 to see if it also has this problem.

0
Avatar
Permanently deleted user

Sorry... turned out to be a runtime envoronment issue and not an IntelliJ issue.

0

请先登录再写评论。