MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: memory issue

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130599] Re: memory issue
  • From: Tomas Garza <tgarza10 at msn.com>
  • Date: Thu, 25 Apr 2013 02:53:04 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130424110334.9875F6A53@smc.vnet.net>

There is no reason why evaluation should proceed automatically on opening the notebook - unless you have instructed it to do so. And even so, it can only happen when you make an evaluation for the first time in a work session.  A possible explanation is that you have set all the input cells to InitializationCell. Check this by selecting the cell bracket on each of them and clicking Cell|CellProperties on the menu to see if the InitializationCell option is enabled. By the way, have you thought of dividing your book into separate notebooks for each chapter or subchapter? This appears to be good practice.
-Tomas

> From: noslowski at comcast.net
> Subject: memory issue
> To: mathgroup at smc.vnet.net
> Date: Wed, 24 Apr 2013 07:03:34 -0400
>
>
> When I load in my book that I am writing, I run out of memory and my CPU is
> maxed out.  The book so far is over 300 pages and has many equations.
> Mathematica freezes on me.  Is there any way that I can stop Mathematica
> from evaluating all of the equations in the book when I open the book to
> work on it? 
>
> 
>
> Thanks
>
> Professor Jake Trexel
>
>
>
>


  • References:
  • Prev by Date: Re: Turning a Sequence into a List?
  • Next by Date: Re: Converting a magnified image of a line to a single
  • Previous by thread: Re: memory issue
  • Next by thread: Re: memory issue