|
[Date Index]
[Thread Index]
[Author Index]
RE: mathematica crashes after 10 seconds of computation
- To: mathgroup at smc.vnet.net
- Subject: [mg27052] RE: [mg26969] mathematica crashes after 10 seconds of computation
- From: "Barthelet, Luc" <lucb at ea.com>
- Date: Thu, 1 Feb 2001 03:00:41 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I suggest you run this at the top of any notebook.
This will fix the problem, if it is what I used to experience under Win98,
mainly a mistake in my typing would generate a huge output
and Mathematica would crash.
reallyBig[x_] := If[ByteCount[x] > 200000, "Too Large", x];
$Post = reallyBig;
thanks,
Luc
-----Original Message-----
From: Anthony Yeung [mailto:syeung at cc.UManitoba.CA]
To: mathgroup at smc.vnet.net
Subject: [mg27052] [mg26969] mathematica crashes after 10 seconds of computation
hi all,
I have this problem on my Win98 machine. The math kernel quits
whenever the computation is intensive (for several seconds). It sounds
like it hits the maxmemory and crashed. This computer is PIII 750 with
128Meg
RAM. I don<t know how to fix it. The version of mathematica is version 4.
thanks
Anthony
--
Anthony S. K. YEUNG,
yeunant at statcan.ca
Prev by Date:
Re: Saving notebooks without graphics
Next by Date:
Re: RE: Saving notebooks without graphics
Previous by thread:
Re: Q: solving for 2 variables (beginner)
Next by thread:
Re: mathematica crashes after 10 seconds of computation
|