Author |
Maximum memory that can be used? |
alexbuell
Member
Posts: 8
Joined: 27.09.10 |
Posted on October 06 2010 09:39 |
|
|
I recently tried to boot VMS 5.3 with 512MB and could not get to boot until I reduced the RAM to 128MB. at that point it booted perfectly. OpenVMS 7.3 booted without any problems with 512MB.
What is the maximum memory simh-vax can handle?
Thanks! |
|
Author |
RE: Maximum memory that can be used? |
astrodanco
Member
Posts: 36
Joined: 04.03.10 |
Posted on November 10 2010 12:17 |
|
|
512MB works fine here with SIMH 3.8-1.
Here is the contents of my SIMH boot script (do boot from simh> prompt):
set cpu 512m
set cpu conhalt
set cpu idle
set lpt disable
set tq disable
set rq0 rauser=8000
attach rq0 vaxvms073.dsk
set rq1 rrd40
attach -r rq1 vaxvms073.iso
set dz lines=4
attach -am dz 1025
show xq eth
set xq mac=00-24-8C-A1-DC-D0
attach xq0 eth2
b cpu
Edited by astrodanco on November 10 2010 12:17 |
|
Author |
RE: Maximum memory that can be used? |
abrsvc
Member
Posts: 108
Joined: 12.03.10 |
Posted on November 11 2010 01:22 |
|
|
This is likely to be VMS version dependent. I will try to look this up, but V5.3 is very old and may not support the full 512MB. Realize that the VAX 8700/8800 was the first to actually be able to have 512MB of real memory. Prior to that, I'm not sure if the hardware structures could handle "real" memory sizes over 128MB. Stay tuned. I'll look up in the release notes (I think I still have them.)
Dan |
|
Author |
RE: Maximum memory that can be used? |
kzsolt
Member
Posts: 14
Location: Budapest, Hungary
Joined: 08.10.09 |
Posted on March 13 2011 03:44 |
|
|
I Have the problem with OpenVMS 7.3. I can increase the memory to 128m or 256m or 512m, I see it on autoboot vax console, but looks like VMS does not recognize it. The show memory always tell 64M. Just for sure if I decrease it to 32m, then I show 32M on show memory result.
Remark: The PHYSICALPAGES default value is 1048576 and the current is 131072. |
|
Author |
RE: Maximum memory that can be used? |
VolkerHalle
Member
Posts: 104
Location: Germany
Joined: 02.04.10 |
Posted on March 13 2011 06:45 |
|
|
The PHYSICALPAGES system parameters controls the useable physical memory in OpenVMS VAX. Consider to run AUTOGEN to get the correct value set for PHYSICALPAGES or increase the parameter yourself with a conversational boot.
Volker. |
|
Author |
RE: Maximum memory that can be used? |
kzsolt
Member
Posts: 14
Location: Budapest, Hungary
Joined: 08.10.09 |
Posted on March 14 2011 11:58 |
|
|
Thank you!
For me the:
1. set def sys$update
2. @autogen getdata reboot nofeedback
form was the winner... |
|