answersLogoWhite

0


Best Answer

You can use the DOS command MEM to show total and available memory, but it only shows the memory for the process that is running the command shell. It will not show the memory in terms of Windows, nor will it work at all for Windows 7.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command displays amount of total and available memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Linux command can be used to display the usage and how to use other command-line tools?

The df command displays drive capacities. The free command will show memory usage. The top command will show the system load of various processes.


Does a workbook contain 5 worksheets by default and is limited to 256 worksheets?

The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.The default is 3 worksheets and this can be increased, with the limit usually depending on the amount of memory available in your computer.


You can determine the amount of memory a device driver allocates for itself and its data by using what command?

You can determine the amount of memory a device driver allocates for itself and its data by using the MEM command with the \M filename option.A+ Guide to software fourth edition page 311


Does Memory refer to the amount of longterm storage available to a PC?

no, it is false


How many objects of a given class can there be in a program?

It depends on the size of the object and the amount of (virtual) memory available. However, the size of an object is not determined by the amount of memory it physically occupies, but by the amount of memory it consumes. For example, a resource handle object occupies at least one word of memory, but the resource it refers to consumes additional memory. The sizeof operator only returns the size of memory occupied by the object itself, not the total memory consumed by the object.


What is the largest amount of memory available on the current iphone?

16GB as of March 2009


How do you get your memory back on the Playstation 3?

by deleting unwanted information from your harddrive you increase the amount of available memory by the size of the files you deleted.


What is the largest memory stick available right now?

There are many memory sticks available to us these day. Many people like to get the ones that hold a smaller amount of gigabytes, but there are many more options available to us. The largest memory stick available right now holds 256 gigabytes.


What is the amount of memory available on HP touchsmart computers?

right now its up to 64GB,but soon to be higher


What does the message 'not enough storage is available to process this command' mean in Windows?

The Windows error "Not enough storage is available to process this command" means that there is inadequate memory allotted for whatever program is generating the error. The Microsoft Knowledge Base has several tips for troubleshooting this issue.


What is internal command and examples of internal command?

A command that is stored in the system memory and loaded from the command.com


What is the native heap size?

The heap refers to the free store, which basically means the total unused memory available to you. The physical amount of memory will vary from system to system and the amount of memory available will depend upon how much is currently in use. However memory fragmentation means that while there may be sufficient physical memory available to meet an allocation request it does not follow that there is a large enough block of contiguous memory available, resulting in an out of memory error. Modern systems use virtual memory addresses rather than physical ones. This allows the memory manager to physically move objects around in memory without affecting the virtual addresses allocated to those objects and thus makes it possible to consolidate memory fragments. Objects that are not in use can also be paged out to a disk file, thus making it seem like there's far more memory available than physically exists.