C
[email protected]
Guest
Hi,
How do I determine if the computer has enough memory (not disk space)? Any advice will be helpful.....
How do I determine if the computer has enough memory (not disk space)? Any advice will be helpful.....
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!| Here is the output from mem and memory..... What should the memory load
be when it's just sitting?
| 655360 bytes total conventional memory
| 655360 bytes available to MS-DOS
| 632672 largest executable program size
|
| 1048576 bytes total contiguous extended memory
| 0 bytes available contiguous extended memory
| 941056 bytes available XMS memory
| MS-DOS resident in High Memory Area
| 87 % Memory load
|
| 534,556,672 bytes total physical RAM
| 64,962,560 bytes available physical RAM
|
| 1,306,992,640 bytes total page file
| 478,294,016 bytes available page file
|
| 2,147,352,576 bytes total virtual RAM
| 2,058,727,424 bytes available virtual RAM
|
| 65,536 characters total alias
| 61,619 characters free
|
| 65,536 characters total function
| 65,496 characters free
|
| 131,072 characters total history
> Yes but how do I know if I have an adequate amount, given all my
> programs?
>
> Yes but how do I know if I have an adequate amount, given all my
> programs?
>
>
>
charge.> So the commit charge is:
>
> current - 1152000
> limit - 1530000
> peak - 1307000
>
> ????
> ----- Original Message -----
> From: samintz
> To: [email protected]
> Sent: Friday, September 19, 2008 10:32 AM
> Subject: RE: [Open Forum-t-463] OT: does the PC have adequate memory?
>
>
> The thing to look at is the amount of physical RAM vs. the commit
> Obviously, Windows supports virtual memory so you can actually have more
> "stuff" loaded (commit charge) than there is physical RAM available.
> However, you dramtically slow down the performance of your PC when all
> that disk I/O needs to happen to swap pages in and out of RAM.
>
> Ideally, your commit charge will always be less than total physical RAM.
>
> You can view those values using Task Manager or Process Explorer. The
> latter gives more detail, but the former will tell you what you need to
> know.
>
> -Scott
>
> [email protected] wrote:
>
>
> Quote:
>
>
> Quote:
> >
> > Yes but how do I know if I have an adequate amount, given all my
> > programs?
> >
> >
> >
>
>
>
> Yes but how do I know if I have an adequate amount, given all my
> programs?
PerfMon, the "Last" value is frequently less than 15.>2000); the typical values are less than 150, and when I sit there watching
>
> The authoritative way to check is to run PerfMon.exe and have it graph
> "Page Faults/sec" (in the "Memory" category) while you do at least
> typical use of your computer.
> ..., a total of 61 using some 718 MB of RAM. The machine has 1 GB of
> physical RAM, which is about adequate for this level of use, and PerfMon
> is showing an average of 150 page faults/sec. The average is high because
> of peaks of 500-1000 as I switch from application to application
> (occasional peaks are >2000); the typical values are less than 150, and
> when I sit there watching PerfMon, the "Last" value is frequently less
> than 15.