|
#1
|
|||
|
|||
|
Hi,
I am developing a very memory intensive application in ASP.NET and I have a question regarding how Windows XP manages memory allocation. I currently have Windows Task manager open on the Performance tab and it is showing that I am using 684MB of the 1GB Ram I have installed in this machine. However if change to the Processes tab and add up the Mem Usage of every process currently running, the value I get is around 250MB. I was hoping you might be able to shed some light as to what the rest of the 684MB is being used by... Many Thanks, Jim |
|
#2
|
|||
|
|||
|
First of all, in task manager, make sue you tick the box "show process of
all users". ASP.NET applications under IIS run under a different account than the logged on user. Next, you do not use 684 MB of the 1 GB installed, you are using 684 MB in total of the total memory that Windows can access. So that is RAM and the page file. Which should be an extra 1~2 GB depending on how you configured that. Quite a lot of processes are moved to the memory space of the page file since they do not need that frequent accessing. If you have a webapplication using this much memory per user under IIS, I would not consider to release it to the outer world by the way...you would need quite a serverpark to host that for multiple users. "JIM_ML" <JIMML@discussions.microsoft.com> wrote in message news:64EEA750-0822-4DC8-906E-8C4A533C0793@microsoft.com... > Hi, > > I am developing a very memory intensive application in ASP.NET and I have > a > question regarding how Windows XP manages memory allocation. > > I currently have Windows Task manager open on the Performance tab and it > is > showing that I am using 684MB of the 1GB Ram I have installed in this > machine. > > However if change to the Processes tab and add up the Mem Usage of every > process currently running, the value I get is around 250MB. > > I was hoping you might be able to shed some light as to what the rest of > the > 684MB is being used by... > > Many Thanks, > > Jim |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Downloading all updates after SP2 | Kevin Benstead | Windows Update | 6 | 01-05-2006 05:15 PM |
| Strange Pop-Up Windows | burningmysoul | Windows XP Security Admin | 3 | 01-05-2006 05:44 AM |
| One-way connection: networked XP/2000 PC's | Cheryl | Windows XP Network Web | 22 | 01-05-2006 04:11 AM |
| Appearance: Windows and Buttons | spayson84 | Windows XP Help and Support | 5 | 01-05-2006 02:51 AM |
| Should I re-install windows again for 6th time this year? | Sunwise | Windows XP Help and Support | 3 | 01-05-2006 02:41 AM |