Re: Out of Memory error base64 encoded to SVG to JPG

2004-09-14 Thread Simon Mieth
On Mon, 13 Sep 2004 23:27:34 +0200 Joerg Heinicke <[EMAIL PROTECTED]> wrote: > It seems to be heavy to do this transformation multiple times though > you need to do it only once using the FragmentExtractorTransformer. > Could help to reduce the memory needs. Well, after looking for some docs, it

Re: Out of Memory error base64 encoded to SVG to JPG

2004-09-13 Thread Joerg Heinicke
On 11.09.2004 04:15, Lincoln Mitchell wrote: I need to convert multiple wordml images (base64 encoded) to JPG. How big is the WordML file? There is also the option that it is not the rendering of the images, but the transformations. Sitemap.xmap

Re: Out of Memory error base64 encoded to SVG to JPG

2004-09-13 Thread Joerg Heinicke
On 13.09.2004 08:22, Derek Hohls wrote: Linc Just a comment - 448MB is *very* low for a Java-based servlet such as Cocoon - I think at least 2GB is recommended... Huh? Cocoon runs nicely in most cases with 128 MB. Only FOP and Batik (which is used here) need some more memory. But 256 MB for develo

Re: Out of Memory error base64 encoded to SVG to JPG

2004-09-13 Thread Antonio Fiol BonnĂ­n
YMMV, but we've never needed so much. Running more or less nicely on a 512Mb shared machine. > Just a comment - 448MB is *very* low for a Java-based > servlet such as Cocoon - I think at least 2GB is recommended... - To unsubscri

Re: Out of Memory error base64 encoded to SVG to JPG

2004-09-12 Thread Derek Hohls
Linc Just a comment - 448MB is *very* low for a Java-based servlet such as Cocoon - I think at least 2GB is recommended... Derek >>> [EMAIL PROTECTED] 2004/09/11 04:15:08 AM >>> I need to convert multiple wordml images (base64 encoded) to JPG. I am currently using the following code but get an "

Re: Out of Memory error base64 encoded to SVG to JPG

2004-09-11 Thread Simon Mieth
On Sat, 11 Sep 2004 10:15:08 +0800 "Lincoln Mitchell" <[EMAIL PROTECTED]> wrote: > I need to convert multiple wordml images (base64 encoded) to JPG. > I am currently using the following code but get an "Out of Memory" error. If > I am lucky I get 2 images appear on screen. > I will try importing l

Out of Memory error base64 encoded to SVG to JPG

2004-09-10 Thread Lincoln Mitchell
I need to convert multiple wordml images (base64 encoded) to JPG. I am currently using the following code but get an "Out of Memory" error. If I am lucky I get 2 images appear on screen. I will try importing low quality JPEG into word to see if that helps and also thinking of upgrading RAM or PC cu