I’m trying to use the DxlExporter to export a NoteCollection of all elements (data and design) in a small database (about a 12MB .nsf), but when I do I receive java.lang.OutOfMemory errors. My Notes.ini is set to give the JVM 128MB of heap space. I know dxl is more verbose than the corresponding stuff stored in a .nsf, but is it that much fatter? Any thoughts?
I can successfully export a subset of elements (like one agent or view at a time), but if I need to export many things I get that error.
The export method of DxlExporter returns a String and I know that a String in java can handle some pretty large amounts of data (I believe that the String class supports stings in the GB size range).
Any suggestions are appreciated.
Thanks,
Ian