after find/replace file ctrl+r rubymine is lower

after find/replace file ctrl+r rubymine is lower

0
Avatar
Permanently deleted user

Hello Alexandre,

after find/replace file ctrl+r rubymine is lower

Could you please clarify what so you mean? Does RubyMine consumpt much memory or it becomes slow?
Anyway, could you please provide memory snapshot taken during this operation? Instructions can be found at: http://www.jetbrains.net/devnet/docs/DOC-1144


Regards,
Oleg

0
Avatar
Permanently deleted user
Oleg,


I could not reproduce the error now, however, open the rubymine and make the find / replace. What I realized is that yesterday when I did the find / replace the memory was already high.

Once you can play it again I know.

Regards,



Alexandre Riveira
0
Avatar
Permanently deleted user
I managed to simulate the problem! Run garbage collector rubymine stop ! I noticed this when the rubymine stopped and had noticed when he had memory after return was using much less. The find / replace when executed on my machine consumes just 3 mb. What should have happened is that the rubymine was the limit of memory when applied to find / replace.
It simulate the problem with two settings 128MB min, max 256 mb and 256 min, 512 max. The more memory rubymine more step to take when it is CG.
0
Avatar
Permanently deleted user

Hello Alexandre,

I managed to simulate the problem! Run garbage collector rubymine stop ! I noticed this when the rubymine stopped and had noticed when he had memory after return was using much less. The find / replace when executed on my machine consumes just 3 mb. What should have happened is that the rubymine was the limit of memory when applied to find / replace.
It simulate the problem with two settings 128MB min, max 256 mb and 256 min, 512 max. The more memory rubymine more step to take when it is CG.

Have you already increased Xmx setting in rubymine.vmoptions?

Regards,
Oleg

0
Avatar
Permanently deleted user

Yes, I test two configurations 128/256, 256/512. Problem in run GC, is stop machine

0
Avatar
Permanently deleted user

Anyway, could you please take memory snapshot during this operation? Instructions how to do it can be found at: http://www.jetbrains.net/devnet/docs/DOC-1144
This will help us find out the reason of such extensive GC using in your particullar case.

With best regards,
Oleg

0

请先登录再写评论。