Alan Hoyle wrote: > JPluck has extremely high memory usage when doing complex plucks. > This is to the point where it generates java Out of memory exceptions > and can't get everything:
This is a situation that the multi-image support brought into focus. The root of the problem is that JPluck keeps all data in memory in uncompressed form, including your 500x500 bitmaps. Previously, you could count on individual bitmaps always being less than 60K. A quick fix would be to page images off to disk temporarily and read them in again when writing out the PDB. Will look at this later in the week. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

