cancel
Showing results for 
Search instead for 
Did you mean: 

Addon taking over 500 megs in TaskManager

Former Member
0 Kudos

Hi,

I dont know if someone have an idea but in my development environment, the addon is taking not much then 27 megs, the usual amount I think. I did check my code and optimized it as much as possible. Nothing seems to eat mem like this.

But when the addon is deployed on the client's server and executed, it takes over 500 megs. I don't understand this behavior.

Any idea ? !

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Never had this problem again. And its been too long since I've looked into it so Forget about it

Former Member
0 Kudos

Ah and their sqlservr process is taking 1.8gig. I'm wondering if this has a link to the fact that the addon is using sql tables ?

Former Member
0 Kudos

Hi Marc

What process do your AddOn. You develomnt in .NET? You destroy de Com Object?

Former Member
0 Kudos

> Hi Marc

>

> What process do your AddOn. You develomnt in .NET?

> You destroy de Com Object?

Nothing much then accessing SQL tables and doing some little things in the ItemEvent

The code is really optimized, cleaning anything I'm not using during the execution. As I said, it takes not much then 27 megs on my development environment never go higher.

I develop in C# 2.0

Destroying isn't the problem. The destruction is prety good at the end.

Its when the Addon is running, that the mem goes up to 500 and stays there

Well, going between 500 and 525 according to actions I do with the addon but that's stable at 500 megs but WOW ! 500 megs man

Message was edited by:

Marc Roussel

Message was edited by:

Marc Roussel