<div dir="ltr">That's got it working thanks. It did work at 256M yes.<br><br><div class="gmail_extra"><br><div class="gmail_quote">On 18 November 2014 23:50, Jeremy Begg <span dir="ltr"><<a href="mailto:jeremy@vsm.com.au" target="_blank">jeremy@vsm.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mark,<br>
<span class=""><br>
>Hopefully this is more what you need :)<br>
<br>
<br>
</span>It's interesting that the output from SHOW PROCESS indicates your<br>
PAGEFILEQUOTA is 691984 but your SYSUAF entry says 1000000.  Not sure why<br>
that is, unless the command was issued from one process in a process tree.<br>
<br>
Anyway, two questions ...<br>
<br>
1.  I noticed your SIMH config has '256m' commented out, did it<br>
    work with that memory size?<br>
<br>
2.  Try increaseing your PAGEFILEQUOTA to 1500000, log out and log in again,<br>
    then run SIMH again.<br>
<br>
Regards,<br>
<br>
        Jeremy Begg<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
>%<---------- %<---------- %<---------- %<---------- %<----------<br>
>%<---------- %<---------- %<----------<br>
>$ show proc/quot<br>
<br>
>18-NOV-2014 23:43:27.24   User: SYSTEM           Process ID:   00000459<br>
>                          Node: TSR2             Process name: "_FTA14:"<br>
<br>
>Process Quotas:<br>
> Account name: SYSTEM<br>
> CPU limit:                      Infinite  Direct I/O limit:       150<br>
> Buffered I/O byte count quota:    255808  Buffered I/O limit:     150<br>
> Timer queue entry quota:             100  Open file quota:        128<br>
> Paging file quota:                691984  Subprocess quota:        10<br>
> Default page fault cluster:           64  AST quota:              298<br>
> Enqueue quota:                      4000  Shared file limit:        0<br>
> Max detached processes:                0  Max active jobs:          0<br>
<br>
<br>
>%<---------- %<---------- %<---------- %<---------- %<----------<br>
>%<---------- %<---------- %<----------<br>
<br>
>UAF> show system<br>
<br>
>Username: SYSTEM                           Owner:  SYSTEM MANAGER<br>
>Account:  SYSTEM                           UIC:    [1,4] ([SYSTEM])<br>
>CLI:      DCL                              Tables: DCLTABLES<br>
>Default:  SYS$SYSROOT:[SYSMGR]<br>
>LGICMD:<br>
>Flags:<br>
>Primary days:   Mon Tue Wed Thu Fri<br>
>Secondary days:                     Sat Sun<br>
>No access restrictions<br>
>Expiration:            (none)    Pwdminimum:  8   Login Fails:     0<br>
>Pwdlifetime:           (none)    Pwdchange:   6-APR-2014 16:35<br>
>Last Login: 18-NOV-2014 23:36 (interactive), 18-NOV-2014 23:43<br>
>(non-interactive)<br>
>Maxjobs:         0  Fillm:       128  Bytlm:       256000<br>
>Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0<br>
>Maxdetach:       0  BIOlm:       150  JTquota:       4096<br>
>Prclm:          10  DIOlm:       150  WSdef:         4096<br>
>Prio:            4  ASTlm:       300  WSquo:       256000<br>
>Queprio:         0  TQElm:       100  WSextent:     32684<br>
>CPU:        (none)  Enqlm:      4000  Pgflquo:    1000000<br>
>Authorized Privileges:<br>
>  ACNT         ALLSPOOL     ALTPRI       AUDIT        BUGCHK       BYPASS<br>
>  CMEXEC       CMKRNL       DIAGNOSE     DOWNGRADE    EXQUOTA      GROUP<br>
>  GRPNAM       GRPPRV       IMPERSONATE  IMPORT       LOG_IO       MOUNT<br>
>  NETMBX       OPER         PFNMAP       PHY_IO       PRMCEB       PRMGBL<br>
>  PRMMBX       PSWAPM       READALL      SECURITY     SETPRV       SHARE<br>
>  SHMEM        SYSGBL       SYSLCK       SYSNAM       SYSPRV       TMPMBX<br>
>  UPGRADE      VOLPRO       WORLD<br>
>Default Privileges:<br>
>  ACNT         ALLSPOOL     ALTPRI       AUDIT        BUGCHK       BYPASS<br>
>  CMEXEC       CMKRNL       DIAGNOSE     DOWNGRADE    EXQUOTA      GROUP<br>
>  GRPNAM       GRPPRV       IMPERSONATE  IMPORT       LOG_IO       MOUNT<br>
>  NETMBX       OPER         PFNMAP       PHY_IO       PRMCEB       PRMGBL<br>
>  PRMMBX       PSWAPM       READALL      SECURITY     SETPRV       SHARE<br>
>  SHMEM        SYSGBL       SYSLCK       SYSNAM       SYSPRV       TMPMBX<br>
>  UPGRADE      VOLPRO       WORLD<br>
<br>
<br>
>VAX.INI %<---------- %<---------- %<---------- %<---------- %<----------<br>
>%<---------- %<---------- %<----------<br>
>$ type vax.ini<br>
<br>
>; Attach non-volatile RAM to a file<br>
>attach nvr dka100:[vax.data]nvram.bin<br>
>;<br>
>; This virtual machine has 512m memory<br>
>set cpu 512m<br>
>;set cpu 256m<br>
>;<br>
>; Define disk drive types. RA92 is largest-supported VAX drive.<br>
>set rq0 ra92<br>
>set rq1 ra92<br>
>;set rq2 ra92<br>
>set -B rq2 rauser=300000<br>
>;set -B rq3 rauser=20000<br>
>;set rq3 cdrom<br>
<br>
>;<br>
>; Attach defined drives to local files<br>
>attach rq0 dka100:[vax.data]d0.dsk<br>
>attach rq1 dka100:[vax.data]d1.dsk<br>
>;attach rq2 dka100:[vax.data]dsa3-archive.dsk<br>
>;attach rq3 /tmp/d3.dsk<br>
>;<br>
>; Attach the CD-ROM to its file (read-only)<br>
>attach -r rq3 dka100:[vax.data]vaxvmscd.iso<br>
>;attach -r rq3 dka100:[vax.data]softwareproducts1.iso<br>
>;attach -r rq3 /usr/local/archive/OpenVMS/7.3-VAX/SPL1-VAXBINJUN043.iso<br>
<br>
>;<br>
>; Disable unused devices. It's also possible to disable individual devices,<br>
>; using a construction like "set rq2 disable" if desired.<br>
>;<br>
>set rl disable<br>
>set ts disable<br>
>;<br>
>; Attach Ethernet to a network interface<br>
>set xq mac=00:27:19:b1:6f:84<br>
>attach xq eth1<br>
<br>
>set vh enable<br>
>att vh 2023<br>
<br>
>set cpu idle=VMS<br>
<br>
>set cpu conhalt<br>
>dep bdr 0<br>
<br>
>;<br>
>; Now start the emulator<br>
>boot cpu<br>
>exit<br>
<br>
>%<---------- %<---------- %<---------- %<---------- %<----------<br>
>%<---------- %<---------- %<----------<br>
>$ vax<br>
<br>
>VAX simulator V3.9-0<br>
<br>
>%<---------- %<---------- %<---------- %<---------- %<----------<br>
>%<---------- %<---------- %<----------<br>
>$ vax vax.ini<br>
<br>
>VAX simulator V3.9-0<br>
>NVR: buffering file in memory<br>
>vax.ini> set cpu 512m<br>
>Memory exhausted<br>
>RQ: unit is read only<br>
>Eth: opened OS device WE1<br>
>Listening on port 2023 (socket 8)<br>
>Loading boot code from ka655x.bin<br>
<br>
>KA655-B V5.3, VMB 2.7<br>
>Performing normal system tests.<br>
>40..39..38..37..36..35..34..33..32..31..30..29..28..27..<br>
<br>
<br>
>Simulation stopped, PC: 2004CECE (BLSSU 2004CEC6)<br>
>Goodbye<br>
>NVR: writing buffer to file<br>
>Eth: closed WE1<br>
<br>
<br>
>On 18 November 2014 23:28, Jeremy Begg <<a href="mailto:jeremy@vsm.com.au">jeremy@vsm.com.au</a>> wrote:<br>
<br>
>> Hi Mark,<br>
>><br>
>> >I'm currently setting up a VAX emulator on OpenVMS IA64 8.4. When I have<br>
>> >the memory configured for 512m I get a memory exhausted message on booting<br>
>> >the emulator - I presume this is an account setting? The box is an RX2660<br>
>> >with 16GB of memory.<br>
>><br>
>> As always, the exact error message would be helpful.<br>
>><br>
>> Running the emulator with 512M of RAM will require that the OpenVMS process<br>
>> running the emulator will need a PAGEFILEQUOTA of at lease 1000000 and for<br>
>> decent performance the WSQUOTA should be large too (but doesn't have to be<br>
>> that large).<br>
>><br>
>> Regards,<br>
>><br>
>>         Jeremy Begg<br>
>><br>
>>   +---------------------------------------------------------+<br>
>>   |            VSM Software Services Pty. Ltd.              |<br>
>>   |                 <a href="http://www.vsm.com.au/" target="_blank">http://www.vsm.com.au/</a>                  |<br>
>>   |---------------------------------------------------------|<br>
>>   | P.O.Box 402, Walkerville, |  E-Mail:  <a href="mailto:jeremy@vsm.com.au">jeremy@vsm.com.au</a> |<br>
>>   | South Australia 5081      |   Phone:  <a href="tel:%2B61%208%208221%205188" value="+61882215188">+61 8 8221 5188</a>   |<br>
>>   |---------------------------|  Mobile:  0414 422 947      |<br>
>>   |  A.C.N. 068 409 156       |     FAX:  <a href="tel:%2B61%208%208221%207199" value="+61882217199">+61 8 8221 7199</a>   |<br>
>>   +---------------------------------------------------------+<br>
>><br>
</div></div></blockquote></div><br></div></div>