Grupos de Google ya no admite nuevas publicaciones ni suscripciones de Usenet. El contenido anterior sigue siendo visible.

VS.NET 2003 consume 150MB of physical memory !!!!HELP!!

Visto 1 vez
Saltar al primer mensaje no leído

Ms.net

no leída,
30 jul 2003, 6:38:4230/7/03
a
Please, what to do???


SLE

no leída,
30 jul 2003, 6:44:4830/7/03
a
"Ms.net" <ReplyT...@IhateSpam.fuck> wrote...
> Please, what to do???
>

You could develop smaller applications?
Maybe even write your code with notepad and compile your project using
vbc.exe from the command prompt?

;-))

--
SLE


Herfried K. Wagner

no leída,
30 jul 2003, 7:17:0330/7/03
a
Hello,

"Ms.net" <ReplyT...@IhateSpam.fuck> schrieb:
> Please, what to do???

What's the problem?

VS .NET is a really big application.

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet


Nak

no leída,
30 jul 2003, 7:30:2330/7/03
a
Close it, then it wont consume anything.

Nick.

"Ms.net" <ReplyT...@IhateSpam.fuck> wrote in message
news:uTRSAbo...@tk2msftngp13.phx.gbl...
> Please, what to do???
>
>


Tim Stephenson

no leída,
30 jul 2003, 8:14:2330/7/03
a
Buy more memory?

"Nak" <a...@a.com> wrote in message
news:eALgt3oV...@TK2MSFTNGP10.phx.gbl...

Ms.net

no leída,
30 jul 2003, 8:36:0330/7/03
a

> Close it, then it wont consume anything.
>
> Nick.

You are really funny :-)


Ms.net

no leída,
30 jul 2003, 8:36:2530/7/03
a

> Buy more memory?

hihihihi;
you r really funny


Iena

no leída,
30 jul 2003, 9:01:5830/7/03
a

"Ms.net" <ReplyT...@IhateSpam.fuck> ha scritto nel messaggio

news:uTRSAbo...@tk2msftngp13.phx.gbl...
> Please, what to do???
>
>

I don'T know why, my VS.NET 2003 consume aboute 60 MByte of memory.... Boh


Fredrik Melin

no leída,
31 jul 2003, 2:41:0931/7/03
a
There is a memory leak bug in VS.NET, after a days usage it normally have
eaten up 1200 MB for me.
Closing down and restarting the IDE is only option to get the memory back.

Regards
Fredrik

"Iena" <sk8ne(at)yahoo.it> wrote in message
news:OSis1ppV...@tk2msftngp13.phx.gbl...

Thomas Tomicek [MVP]

no leída,
31 jul 2003, 3:36:1031/7/03
a
In particular, VS:NET has one appdomain, and runs everything in it - even
the debugger.

As a result, any dll loade can never be removed. Every time you start
"debug" and it recompiles, new dll's are loaded -(

--
Regards

Thomas Tomiczek
THONA Software & Consulting Ltd.
(Microsoft MVP C#/.NET)

"Fredrik Melin" <m...@n.o.spam.dacsa.net> wrote in message
news:%23dyp$4yVDH...@TK2MSFTNGP09.phx.gbl...

Fredrik Melin

no leída,
31 jul 2003, 12:29:2331/7/03
a
The thing I found eats the most memory is when you in the IDE open a form,
close it, open it again and so on, if the form has many items on it, it goes
many kb each time.

- Fredrik


"Thomas Tomicek [MVP]" <t.tom...@thona-consulting.com> wrote in message
news:%23cDavZz...@TK2MSFTNGP09.phx.gbl...

Carlos J. Quintero

no leída,
4 ago 2003, 6:15:424/8/03
a
Yes, I have noticed it too.

Is Microsoft aware of this problem?

Carlos Quintero

"Fredrik Melin" <m...@n.o.spam.dacsa.net> escribió en el mensaje
news:eDEVsB4V...@TK2MSFTNGP09.phx.gbl...

Thomas Tomicek [MVP]

no leída,
4 ago 2003, 10:42:354/8/03
a
They are. I talked to the person srespoponsible - they are aware of the
leak.

The issue is they only have one appdomain, so they can never unload the
classes. Everytime you open the editor again, basically ,another copy goes
into memory.

--
Regards

Thomas Tomiczek
THONA Software & Consulting Ltd.
(Microsoft MVP C#/.NET)

"Carlos J. Quintero" <carlos_j_quintero@_NO_MORE_SPAM_hotmail.com> wrote in
message news:O8qUeFnW...@TK2MSFTNGP12.phx.gbl...

Carlos J. Quintero

no leída,
5 ago 2003, 6:26:375/8/03
a
Hi Thomas,

I am not sure if they are related, but I was talking about the memory taken
and not released when, for example, you select all the forms and
usercontrols of a large project in the Solution Explorer (not sure if it
happens with code windows) and you right-click the Open context menu. When
you close all windows, the memory is not released. Are AppDomains involved
here? AFAIK, the IDE is not managed, except some portions. And you seem to
talk about debugged code...

The problem is important because any add-in that behind the scenes opens and
close the designers of all forms and usercontrols, causes the same leak...
did MS provide a fix, workaround or similar?

Thanks in advance,

Carlos Quintero


"Thomas Tomicek [MVP]" <t.tom...@thona-consulting.com> escribió en el
mensaje news:%23mslnap...@TK2MSFTNGP12.phx.gbl...

Thomas Tomicek [MVP]

no leída,
6 ago 2003, 5:30:526/8/03
a
"Carlos J. Quintero" <carlos_j_quintero@_NO_MORE_SPAM_hotmail.com> wrote in
message news:unO$OwzWDH...@tk2msftngp13.phx.gbl...

> Hi Thomas,
>
> I am not sure if they are related, but I was talking about the memory
taken
> and not released when, for example, you select all the forms and
> usercontrols of a large project in the Solution Explorer (not sure if it
> happens with code windows) and you right-click the Open context menu. When
> you close all windows, the memory is not released. Are AppDomains involved
> here? AFAIK, the IDE is not managed, except some portions. And you seem to
> talk about debugged code...

"Some Portions" include the complete design environment. Any addin that
opens/closes the designers works in managed code- the designers ARE managed.

0 mensajes nuevos