Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!dimacs.rutgers.edu!seismo!uunet!nih-csl!lhc!mimsy!oasys!methods From: methods@oasys.dt.navy.mil (William Mills) Newsgroups: comp.lang.prolog Subject: Prolog Memory Management in DOS Message-ID: <4361@oasys.dt.navy.mil> Date: 15 Nov 90 19:00:17 GMT Reply-To: methods@oasys.dt.navy.mil (William Mills) Distribution: usa Organization: David Taylor Research Center, Bethesda, MD Lines: 6 Turbo Prolog, Quintus, and perhaps other IMB PC implementations have memory management problems - presumably caused by the 640K ceiling - such as rapidly running out of stack space during recursion and a conflict between needing more code space and more heap space. Is there a solution using expanded memory? Alternatively, is there a Prolog that runs under OS/2 or a UNIX for the IBM PC that would avoid such problems by automatically accessing all memory?