Problem creating 3D image

48 views
Skip to first unread message

turtle...@googlemail.com

unread,
Nov 21, 2016, 12:12:59 PM11/21/16
to Icy imaging
Hello everyone,

I have a problem with creating 3d images, I have attached the PC setup.
Everytime I try to create a VTK 3D image, icy/vtk says 'Not enough memory to display this 3D Image'

It doesn't matter if I paste 200 or only 2 images. The PC itself has about 128GB of RAM so there should't be a problem running out of memory.
The Max memory setting in preferences is already set to 120GB. Any advice?

Best,
Christin

setup.png

Stephane

unread,
Nov 22, 2016, 8:15:40 AM11/22/16
to Icy imaging
Hi Christin,

It would help if you can give resolution information about your image. Sometime the problem is just about the limitation of java array allocation :
When you want to display your image in 3D, we need to allocate a contiguous array for X*Y*Z*C data dimension.
If this size is >= 2^31 then java can't allocate the array whatever is your available system memory (that in an internal limitation of java). You need to reduce either one or several of these dimension in a way so :
sizeX * sizeY * sizeZ * number of channel < 2^31.

Best,

- Stephane
Reply all
Reply to author
Forward
0 new messages