Operating System - OpenVMS
1828248 Members
2803 Online
109975 Solutions
New Discussion

Re: how to get the amount of physical memory

 
SOLVED
Go to solution
antonio elder prado
Regular Advisor

how to get the amount of physical memory

Hi,

I need to know what is the size of physical memory installed on my ovms 8.2. can you please help me with the command.

thank you

./antonio/.
2 REPLIES 2
Jess Goodman
Esteemed Contributor
Solution

Re: how to get the amount of physical memory

As is common with VMS the command is very intuitive:

$ SHOW MEMORY

Or, if you prefer to see ONLY physical memory size, then:

$ SHOW MEMORY /PHYSICAL
I have one, but it's personal.
antonio elder prado
Regular Advisor

Re: how to get the amount of physical memory

Jess,

thank you very much.

./antonio/.