VOGONS

Common searches


First post, by Guest

User metadata

After running a certain program 5 times I get an out of memory error. I have bumped up the memory in the conf file and I still receive the error at the same exact point. I have also ran this on a different physical machine with the same results.

Even if there is a memory leak in this program, shouldn't the memory be released when it exits?

Reply 5 of 5, by jal

User metadata
Rank Oldbie
Rank
Oldbie

There used to be programs like mark/release that allowed you to deal with such programs (and even TSRs). Here: http://www.nfbnet.org/download/memory.htm you can find a number of memory-related tools. Take a look at TSRCOM34.ZIP, which includes mark and release. I haven't tested whether they work correctly in DOSbox, but they should 😀. Its easy: start mark, start your program, start release. You could put that in a batchfile of course. Hope that helps.

JAL