Hi Ernst! Yeah, Packager is EE, and hence closed source.
The packager first uploads the file, and then stores the binary file in a JCR property. In our experience the max-package size is given by the max-upload size, as well as the maximum size that can be stored in JCR. In our case this is limited by the max-blob-size configured in various mysql parameters. 3.3GB sounds much too big to deal with reliably though. I think you'll want to split that into smaller parts. We tend to use the packager for all content EXCEPT dms. That makes for reasonable package sizes. The DMS content we handle separately, usually by doing several XML exports, so each XML file has a reasonable size. Regards from Vienna, Richard Von: [email protected] [mailto:[email protected]] Im Auftrag von Ernst Bunders Gesendet: Mittwoch, 11. Mai 2011 15:02 An: Magnolia User-List Betreff: [magnolia-user] Re: packager module: max file size? What i might add is that there seem to be no source package available for this module, which makes it hard to take a look at what goes wrong myself. regards, Ernst 2011/5/11 Ernst Bunders <[email protected]<mailto:[email protected]>> hi I'm playing around with the packager module. I created a package with a bunch of images, that is 3.3 gig large. Creating and downloading the package is no problem. but when i upload it again, this fails. There is no feedback in the log. What i can think of is that the upload is rejected because of some upload file size limit. Or perhaps there is a bug in the packager module... Can anybody tell me anything about this? thanks, -- Ernst Bunders Ontwikkelaar VPRO -- Ernst Bunders Ontwikkelaar VPRO ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
