Anyone have any suggestions for how to improve a program that's running out of memory?
I have a program to solve a very large Markov Decision Process, and it's running out of memory. I'm not entirely sure what's the best way to proceed. In particular, I haven't been able to figure out from the user's manual whether there's any way to allocate more memory to the lisp heap. Also, I was thinking about trying to use the profiler to determine if particular functions are creating lots of garbage, but when I tried to use the profiler it just crashed. Any suggestions would be much appreciated! Thanks, R
