ptrcmd / widgetfx

Automatically exported from code.google.com/p/widgetfx
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Slideshow Widget Uses too much RAM #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The slideshow widget pushes memory usage from excessive to extreme levels 
depending on the side of the image directory used.  If possible it should 
scale the images down and also must clean up after they are unloaded.

Original issue reported on code.google.com by zax...@ca.astound.net on 5 Aug 2008 at 5:58

GoogleCodeExporter commented 9 years ago
The problem lies in the Java/FX image handling and scaling algorithms.  Scaling 
a 
large image consumes a huge amount of memory and garbage collection takes a 
long 
time.  Sun is apparently aware of and planning to fix the issues in the next 
release 
or two.

Original comment by zax...@ca.astound.net on 6 Dec 2008 at 5:28