This is a migrated thread and some comments may be shown as answers.

Serious Performance Issues

7 Answers 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Russ
Top achievements
Rank 1
Russ asked on 28 Mar 2013, 04:50 PM
There are some serious performance problems.  I just uninstalled it b/c It spikes the memory consumption on my project from about 250MB to over a GB if the project is left open for a long period of time. 

I've followed the recommended directions for turning of the Color Highlighting and other suggestions.  Nothing seems to help.  it has gotten considerably worse with this latest version.

My project is a little under 894 files and I'm only scanning VB and ASPX so the number is actually considerably less than that.  I can't be the only one seeing this am I? 

Russ

7 Answers, 1 is accepted

Sort by
0
Zdravko
Telerik team
answered on 01 Apr 2013, 11:39 AM
Hi Russ,

 Thanks for reporting the issue you have encountered.
I just tried to reproduce it with latest JustCode internal build, but the peak level that it struck was 560 Mb and after the analysis finished it felt back to 450 Mb and lower.

Should I understand that as long the project is opened as much memory the analysis process consumes? It is not just a peak while it analyze the solution.

If you have enabled only VB and ASPX from the JustCode Options > Code Analysis window, it does not mean that we won't analyze the others, but just won't show errors from them.

Would you send me your logs located at %localappdata%\JustCode\Logs so we could check for a clue there?

Would you confirm that you don't have this issue when you rollback to your previous version?
Thanks and sorry for the inconvenience.

I look forward to hearing from you.

Regards,
Zdravko
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
0
Russ
Top achievements
Rank 1
answered on 02 Apr 2013, 08:49 PM
This only seems to be occurring on VS 2012 and it's not the Analysis engine.  It's DevEnv.exe that seems to eat up memory and then never goes back down.  In addition, if I switch the project to .NET 4.5 then everything that is "inferable" errors out.

As an example, in .NET 4.0 this evaluates ok:

For i = 1 To count

AddControl(i, "si")

 

 

Next

In .NET 4.5 JustCode throws an error and requires me to put:

For i As Integer = 1 To count

 AddControl(i, "si")
Next

 

 

 

0
Zdravko
Telerik team
answered on 03 Apr 2013, 12:28 PM
Hello Russ,

 Thanks for the reply.
I just tried to reproduce what you mentioned, but the code provided in the previous post works fine in both framework versions.
What is the error that JustCode shows in VS ?
Can you provide us a sample project so we could investigate it?
Thanks.

All the best,
Zdravko
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
0
Russ
Top achievements
Rank 1
answered on 19 Apr 2013, 07:34 PM
Sorry for not responding. I've had to go through my entire application and put Option Infer On in my vb files.

It works for .NET 4 without this declaration but 4.5 shows everything that is inferred as an error.
0
Zdravko
Telerik team
answered on 23 Apr 2013, 03:20 PM
Hello Russ,

 Thanks for the reply.
This error is not reproducible in Console application, but it is in a Web site and we will take a look at it.
I will consider this issue as solved since you found the solution.
Thanks.

All the best,
Zdravko
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
0
Russ
Top achievements
Rank 1
answered on 06 May 2013, 06:27 PM
I'm not real happy with "we'll take a look at it."  Has a PITS item been created?  This is a bug as it functions fine with .NET 4.0 but switching to .NET 4.5 causes the issue.
0
Zdravko
Telerik team
answered on 08 May 2013, 03:16 PM
Hello Russ,

 There is no need of a PITS item because the issue is fixed and will be released in the next internal build.
Thank you.

Please, do not hesitate to contact us if you have any further questions or need of assistance.

All the best,
Zdravko
the Telerik team
Share what you think about JustCode with us, so we can help you even better! You can use the built-in feedback tool inside JustCode, our forum, or our JustCode feedback portal.
Tags
General Discussions
Asked by
Russ
Top achievements
Rank 1
Answers by
Zdravko
Telerik team
Russ
Top achievements
Rank 1
Share this question
or