[REBOL] Re: Windows Crash
From: amicom:sonic at: 29-Sep-2003 7:12
Matt,
I've seen it happen when Rebol consumes too much memory. Check out
system/stats to see how much memory your program is consuming (maybe keep a
running logfile to see if this is the case). I wrote an application that
started to do strange things including Windows system crashes when memory
consumption got above 100MB. There are ways to get Rebol to minimize
memory usage. I find this becomes much more of an issue when writing large
apps or long-running apps.
Bohdan "Bo" Lechnowsky
Lechnowsky Technical Consulting
At 09:48 AM 9/29/03 -0400, you wrote: