Hi:

I encountered the following problem in the alice interpreter under Win XP.

Each time I call one_attempt() (see below), memory usage goes up. The GC only 
kicks in at two levels, 200 MB and 600 MB. But after both times, memory creeps 
up beyond that level until my computer starts thrashing (I have 2GB of RAM).

The constraint problem I'm trying to run is the Queens problem from the 
tutorial: http://www.ps.uni-sb.de/alice/manual/cptutorial/node32.html

Here's my code:
fun one_attempt () = Search.searchAll (queens 11);
one_attempt();   (* I call this many times until my RAM is exhausted *)


This may be related to an earlier user problem, but unlike him, I'm not doing 
anything special: http://www.ps.uni-sb.de/pipermail/alice-users/2006/000706.html

Can anyone help? I'm trying to justify moving from Mozart.

--- Thomas
 
       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
_______________________________________________
alice-users mailing list
[email protected]
http://www.ps.uni-sb.de/mailman/listinfo/alice-users

Reply via email to