Question

Out of Memory 3D PDF -32bit


Badge +1
Hi,

 

 

We are trying to create a 3D PDF file out of a OBJ file for a masterplan.  Its a large file and we are running out of memory when making the write.   This is becasue the 3D PDF writer is only available in the 32bit version.  Are there any tricks to get FME to manage the memory better in this type of workflow?

 

 

Thanks,

 

 

Greg

2 replies

Userlevel 4
Hi,

 

 

it would be helpful if you could dump the log on e.g. http://pastebin.com/ and post the link here.

 

 

David
Badge +3
Hi,

 

 

I often encounter this problem.

 

Just too big.

 

 

When i encounterd intended 3D_pdf's that did run out of memory during building i went for tiling.

 

I made large 3d pdf's, by tiling it (in my case four pieces). You can use for instance a workspace runner to do the 4 pieces. Then a workspace to read them and write to a single pdf (afterwards cleaning up of temporary pieces is required).

 

(This can sometimes result however in Acrobat Reader getting stuck because of the huge 3D content.)

Reply