Deadly slow when editing big files..... build 1131

Hi all,

Has anyone tried using recent builds on big files? I have an old java file
containing about 5000+ lines. When I tried to edit it, entering any single
character takes ages... I'm using athlon 1G on 1GB ram.

Is this an unsolvable? I guess the key reason here is that Idea is doing
quite a lot of analyzing of code...


________
Nick


0
Avatar
Permanently deleted user

Same problem here. But my file only had about 2000 lines.

P4 1.8 on 1GB ram.

0
Avatar
Permanently deleted user

Even for some of our large classes (~ 500 lines) parsing (gray square
right top) takes up to 5 seconds (2.4GHz, 512MB, W2k).

Tom

0
Avatar
Permanently deleted user

These problems are different. Nick complain on slow editing (depends on
parsing time and time to stop analysis), and in your case the analysis
itself is slow. The first case depends only on file and I suggest Nick
to open an SCR. In your case, Thomas, analysis depends also on your
project structure (e.g. module dependences graph, number of libs. etc.)
and it's much more difficult. So I think it's not so critical to have
file checked for 5 sec or so.

BTW: The analysis time differs for first check. It will take more time.

Thanks,
IK

Thomas Singer wrote:

Even for some of our large classes (~ 500 lines) parsing (gray square
right top) takes up to 5 seconds (2.4GHz, 512MB, W2k).

Tom



--
Igor Kuralenok
Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

Thanks for the detailed insights.

Tom

0
Avatar
Permanently deleted user

Any Solution/work around for this. frustrating :(

0

@Sathish Kulal

Could you please specify what version of RubyMine you use? Have you tried the last Beta? Is this behaviour stable or random?

0
Avatar
Permanently deleted user

@Olga Kuvardina

I see this issue in 8.0.1 and 8.0.2 both the versions.  and very stable

0

请先登录再写评论。