VB.net Memory usage 20k app, 15MB memory?
From: Grant Mills (millsyNODAMSPAM_at_telusNOSPAMplanet.net)
Date: 02/16/04
- Next message: Johann _at_ NetBook Design: "How to create Word documents on the fly ?"
- Previous message: Sueffel: "Re: Structures and ArrayList"
- Next in thread: Cor: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Reply: Cor: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Reply: Trev Hunter: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Reply: Herfried K. Wagner [MVP]: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 05:12:59 GMT
Is there anyway to reduce the amount of memory a VB.net program allocates?
Just a simple windows form, with one button and a label, and all the button
does is change the
text in the label (it's even hardcoded) and the EXE is using 15000+k of
memory according
to the task manager...
I mean I realize that VB is going to be more bloated than a C++ app. But is
there anyway
to reduce this amount? There should be no reason for it to think it needs to
'hold' 15 megs of memory
for a program that has absolutly no dynamic content.
-Grant
- Next message: Johann _at_ NetBook Design: "How to create Word documents on the fly ?"
- Previous message: Sueffel: "Re: Structures and ArrayList"
- Next in thread: Cor: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Reply: Cor: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Reply: Trev Hunter: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Reply: Herfried K. Wagner [MVP]: "Re: VB.net Memory usage 20k app, 15MB memory?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|