> > I've fixed this and checked it in.
>
> Still same problem.
>
> I also tried it on another computer with more memory and it did finish
> after running for a while, but using over 85M of memory to create a
> 100k Plucker document seems a bit excessive ;-)
OK, more to look into.
On Solaris, using Python 1.5.2 and the command-line
plucker-build -H file:/tmp/Plucker_Doc/index.html --bpp=2 \
-p /tmp -f pluckerman --stayonhost
things seem to work well. When I change it to
plucker-build -v -H file:/tmp/Plucker_Doc/index.html -M3 \
--stayonhost --zlib-compression --bpp=2 --alt-maxwidth=500 \
--alt-maxheight=500 -p /tmp -f pluckerman
I see the behavior you describe.
Bill