Date: | Mon Apr 12 13:43:29 2000 | |
Subject: | Re: PROLOG ERROR - rom: MEMORY LIMIT (pop_prolog_lim) EXCEEDED | |
From: | steve | |
Volume-ID: | 1000412.03 |
>On pop_prolog (Win32...) asserting a couple of hundred clauses >I'm getting a error message: > >PROLOG ERROR - rom: MEMORY LIMIT (pop_prolog_lim) EXCEEDED > >Does anyone know where I can find the var pop_prolog_lim >and to how to extend it by a couple of meg? I'm on a 128meg >machine. If you are inside Prolog you'll need to use prolog_area_lim( X ) and it is documented in PLOGHELP * SYSTEM. If you are inside Pop11 you'll need to update pop_prolog_lim and read REF * PROLOG. Steve |