Skip to main content
added 21 characters in body
Source Link
Rojo
  • 43.1k
  • 7
  • 100
  • 196

A very abridged example of what was originally a major leak

{Animator[Dynamic@α]Animator[Dynamic@α, RefreshRate -> 120], Dynamic[arrows = (α; Arrow[{{0, 0}, {0., 1} + 0.001 RandomReal[2, 2]}]);], Dynamic[Graphics[arrows, ImageSize -> Tiny] ]} 

I'm running Windows 7, x64, Mathematica 8.0.4. The Mathematica.exe process slowly (in this example) grows in memory usage and nothing I tried other than close and reopen Mathematica, seems to help.

Can you reproduce the problem? Is it known? What exactly is causing it? Any way to handle it?

I haven't got much experience in interfaces, but I had done a satisfactory one only to realise after a while it was using up 1.5GB of RAM

A very abridged example of what was originally a major leak

{Animator[Dynamic@α], Dynamic[arrows = (α; Arrow[{{0, 0}, {0., 1} + 0.001 RandomReal[2, 2]}]);], Dynamic[Graphics[arrows, ImageSize -> Tiny] ]} 

I'm running Windows 7, x64, Mathematica 8.0.4. The Mathematica.exe process slowly (in this example) grows in memory usage and nothing I tried other than close and reopen Mathematica, seems to help.

Can you reproduce the problem? Is it known? What exactly is causing it? Any way to handle it?

I haven't got much experience in interfaces, but I had done a satisfactory one only to realise after a while it was using up 1.5GB of RAM

A very abridged example of what was originally a major leak

{Animator[Dynamic@α, RefreshRate -> 120], Dynamic[arrows = (α; Arrow[{{0, 0}, {0., 1} + 0.001 RandomReal[2, 2]}]);], Dynamic[Graphics[arrows, ImageSize -> Tiny] ]} 

I'm running Windows 7, x64, Mathematica 8.0.4. The Mathematica.exe process slowly (in this example) grows in memory usage and nothing I tried other than close and reopen Mathematica, seems to help.

Can you reproduce the problem? Is it known? What exactly is causing it? Any way to handle it?

I haven't got much experience in interfaces, but I had done a satisfactory one only to realise after a while it was using up 1.5GB of RAM

Tweeted twitter.com/#!/StackMma/status/207883097528729601
edited tags
Link
Sjoerd C. de Vries
  • 66.4k
  • 15
  • 192
  • 337
deleted 13 characters in body
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498

A very abridged example of what was originally a major leak

{Animator[Dynamic@\[Alpha]]Animator[Dynamic@α], Dynamic[arrows = (\[Alpha]; α; Arrow[{{0, 0}, {0., 1} + 0.001 RandomReal[2, 2]}]);], Dynamic[Graphics[arrows, ImageSize -> Tiny] ]} 

I'm in W7running Windows 7, x64, Mathematica 8.0.4. The Mathematica.exe process slowly (in this example) grows in memory usage and nothing I tried other than close and reopen Mathematica, seems to help.

Can you reproduce the problem? Is it known? What exactly is causing it? Any way to handle it?

I haven't got much experience in interfaces, but I had done a satisfactory one only to realise after a while it was using up 1.5GB of RAM

A very abridged example of what was originally a major leak

{Animator[Dynamic@\[Alpha]], Dynamic[arrows = (\[Alpha];  Arrow[{{0, 0}, {0., 1} + 0.001 RandomReal[2, 2]}]);], Dynamic[Graphics[arrows, ImageSize -> Tiny] ]} 

I'm in W7, x64, Mathematica 8.0.4. The Mathematica.exe process slowly (in this example) grows in memory usage and nothing I tried other than close and reopen Mathematica, seems to help.

Can you reproduce the problem? Is it known? What exactly is causing it? Any way to handle it?

I haven't got much experience in interfaces, but I had done a satisfactory one only to realise after a while it was using up 1.5GB of RAM

A very abridged example of what was originally a major leak

{Animator[Dynamic@α], Dynamic[arrows = (α; Arrow[{{0, 0}, {0., 1} + 0.001 RandomReal[2, 2]}]);], Dynamic[Graphics[arrows, ImageSize -> Tiny] ]} 

I'm running Windows 7, x64, Mathematica 8.0.4. The Mathematica.exe process slowly (in this example) grows in memory usage and nothing I tried other than close and reopen Mathematica, seems to help.

Can you reproduce the problem? Is it known? What exactly is causing it? Any way to handle it?

I haven't got much experience in interfaces, but I had done a satisfactory one only to realise after a while it was using up 1.5GB of RAM

Source Link
Rojo
  • 43.1k
  • 7
  • 100
  • 196
Loading