What are these ways to minimize memory usage?
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. >From: "Matt MacDonald" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [REBOL] Re: Windows Crash >Date: Mon, 29 Sep 2003 09:48:27 -0400 > > >I'm not saying it's a bug at all. It could just be something I'm doing. I >just wanted to know if any particular situations, loops, timers, engages, >etc. have a tendency to cause this problem > >Matt > > > >From: "Matt MacDonald" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: [REBOL] Windows Crash > >Date: Mon, 29 Sep 2003 08:23:35 -0400 > > > > > >Does anybody know any common circumstances in REBOL that would cause a > >REBOL > >program to crash in windows. You know, that do/don't send info to > >microsoft > >crash? I'm not really even sure where to start looking to fix something > >like that. > > > >Matt > > > >_________________________________________________________________ > >Get McAfee virus scanning and cleaning of incoming attachments. Get > >Hotmail > >Extra Storage! http://join.msn.com/?PAGE=features/es > > > >-- > >To unsubscribe from this list, just send an email to > >[EMAIL PROTECTED] with unsubscribe as the subject. > > > >_________________________________________________________________ >Add MSN 8 Internet Software to your existing Internet access and enjoy >patented spam protection and more. Sign up now! >http://join.msn.com/?page=dept/byoa > >-- >To unsubscribe from this list, just send an email to >[EMAIL PROTECTED] with unsubscribe as the subject. > _________________________________________________________________ Get McAfee virus scanning and cleaning of incoming attachments. Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
