This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Memory space exhausted

On my PC, whenever I try to build a particular piece of software, using the C166 V2.6 compiler, it comes up with the error 'MEMORY SPACE EXHAUSTED'.

If I try to build the same software on another PC it will work.

I suspect it has something to do with memory settings in the DOS session (under WinNT V4.0 SP6) but can not find a difference between the PC's.

Any ideas guys?

Parents
  • It would help if you would tell us what operating system you're using (Win95/98/NT/XP/ME/3.11/WFW/DOS?) and what version of the 16x compiler that you're using.

    On older OS's like DOS or Win95 this happens when you run out of so-called 'conventional memory', or the available RAM below 640KB; if you're using one of these systems (and, presumably, a v3 or earlier compiler), you'll probably need to reorganize your config.sys file to free up some conventional memory. This shouldn't be an issue with current versions of the tools or newer operating systems.

    - Dave

Reply
  • It would help if you would tell us what operating system you're using (Win95/98/NT/XP/ME/3.11/WFW/DOS?) and what version of the 16x compiler that you're using.

    On older OS's like DOS or Win95 this happens when you run out of so-called 'conventional memory', or the available RAM below 640KB; if you're using one of these systems (and, presumably, a v3 or earlier compiler), you'll probably need to reorganize your config.sys file to free up some conventional memory. This shouldn't be an issue with current versions of the tools or newer operating systems.

    - Dave

Children