dLux wrote:
> I wanted to convert a whole lexicon (which is in HTML format) into
> a plucker format, but either plucker-build or jpluck fails to do this,
> because of the memory limitations. I have 256M of memory in my
> computer (Linux) and the swap is 512M.

For JPluck X, try starting java with the -Xmx<size> parameter to increase
the maximum heap size.

java -Xmx256m -jar jpluckx.jar
This will set the max. heap size to 256Mb.

The default is 64Mb. I heard the practical limit is about 1Gb.

If your document contains a lot of image data then it might fail because of
an image memory management issue in 0.8.6.2 and earlier. This is fixed in
the next release.


Regards
-Laurens

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to