Hi Dave
Yes, AMD Ryzen 5 5600G - 6 cores but "12 processors initialised".
Already "tuned" using mem /v
Both reports are from immediately after boot:-
[H:\SYS\BIN]mem /v
Total physical memory: 14,271 MB
Accessible to system: 3,036 MB
Additional (PAE) memory: 11,235 MB
Resident memory: 183 MB
Available virtual memory: 1,225 MB
Available process memory:
Private low memory: 375 MB
Private high memory: 896 MB
Shared low memory: 340 MB
Shared high memory: 844 MB
After this modification to config.sys
REM **** VIRTUALADDRESSLIMIT=1536 - original line
REM **** The next line works best to reduce shared memory use
VIRTUALADDRESSLIMIT=2560
[H:\SYS\BIN]mem /v
Total physical memory: 14,271 MB
Accessible to system: 3,036 MB
Additional (PAE) memory: 11,235 MB
Resident memory: 183 MB
Available virtual memory: 1,225 MB
Available process memory:
Private low memory: 375 MB
Private high memory: 1,792 MB
Shared low memory: 340 MB
Shared high memory: 1,740 MB
Definitely an increase in high memory, will have to try larger values for VIRTUALADDRESSLIMIT and see what happens on this system - previous systems have not liked 3072 at all.
Regards
Pete