VOGONS

Common searches


DOSBox SVN Daum 0.74 "Insufficient Memory for Real Procedure"

Topic actions

  • This topic is locked. You cannot reply or edit posts.

First post, by OptimalDesigns

User metadata
Rank Newbie
Rank
Newbie

How does one increase memory to resolve this "Insufficient Memory for Real Procedure" msg.? Here is the output from 'MEM' program.

Memory Type         Total      Used       Free
---------------- -------- -------- --------
Conventional 640K 6K 634K
Upper 64K 0K 64K
Reserved 320K 320K 0K
Extended (XMS) 15,360K 448K 14,912K
---------------- -------- -------- --------
Total memory 16,384K 774K 15,610K

Total under 1 MB 704K 6K 698K

Total Expanded (EMS) 16M (16,777,216 bytes)
Free Expanded (EMS) 15M (15,269,888 bytes)

Largest executable program size 634K (649,584 bytes)
Largest free upper memory block 64K ( 65,536 bytes)
MS-DOS is resident in the high memory area.

Which memory needs to be increased in order to resolve this error msg.?

Here is the code that is being executed:

subst g: \temp
echo ------------------------ Memory -------------------------------- >> output
mem >> output
path f:\F77L3;f:\F77L3\bin
path >> output
echo -------------------------------------------------------------------
echo Execution of %FCname%.EXE
echo -------------------------------------------------------------------
%FCname%.exe >> scrout
rem ---------------------
rem okay to this point.
rem ----------------------
\Graphit.exe

'GraphIt' works okay until the very end and then the memory msg. comes and freezes DOSbox.
Ideas how to resolve this memory issue?