Resample to Image Filter Upper Bounds?

Hey there, I am running into issues getting a segmentation fault when I am using the ‘Resample to Image Filter’ and setting my sampling dimensions too high.

For example, using the dimensions [2000, 650, 800] on my large AMR dataset works fine, but when bumped up by 1.5 or 2 times from there I get the crash.

I would expect this to be memory or CPU limited, but this doesn’t seem to be the case here as I still have memory and CPU to spare.

Is there an upper bound built into the filter or some sort of multiplication guidelines I need to follow here?

Thanks,

I don’t know the answer to your question. However, you may want to check memory usage using the View/ Memory Inspector. Then, you can see what is really being used, and iterate up to the limit.