Re: Starting problem of 6.6.0 ?
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 12/17/2013 03:52 AM, z_axis wrote: > hi, friends > If i run `swipl` in ~, then swipl will be VERY slow and eat much RAM. > However, if i `cd <any dir>` first, then `swipl` runs normally. > BTW, > $ls ~/.pl* > /home/***/.pl-history You are probably still using old demo code in ~/.plrc to safe/reload the history. That was broken, creating ever longer history data. Remove all .pl-history files from your system and use :- prolog_history(enable). in your ~/.plrc. Cheers --- Jan > > Sincerely! > > _______________________________________________ > SWI-Prolog mailing list > [email protected] > https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog