Re: Mathematica Patches or Incremental Updates
- To: mathgroup at smc.vnet.net
- Subject: [mg132122] Re: Mathematica Patches or Incremental Updates
- From: Szabolcs HorvÃt <szhorvat at gmail.com>
- Date: Sat, 14 Dec 2013 04:04:19 -0500 (EST)
- 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: <l81etg$924$1@smc.vnet.net>
On 2013-12-8, 4:42 , amzoti wrote: > Does Mathematica publish incremental bug fix patches or incremental updates? > > When I leave Mathematica running over days, it tends to become more unstable and eventually freezes up and shutting it down is the only way to get it back (I cannot tell you how annoying that is, especially in the middle of a calculation). > > Are there patches somewhere? > > Are there periodic updates? > > If so, how/where do you get them? > > Note: I purchased V9 in Jan '13. > The latest version is 9.0.1. You can evaluate In[1]:= {$VersionNumber, $ReleaseNumber} Out[1]= {9., 1} to find out which version you have. That said, the reason why it becomes slow may be the code you are running yourself. Perhaps memory doesn't get freed. Take a look here: http://stackoverflow.com/a/6888178/695132 and look up $HistoryLength in the documentation (by default all output is saved and takes up memory). If you don't *need* to leave it running for days, then it's better to just not to (it wasn't really designed for that).