You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de> on 2002/09/25 15:16:04 UTC

Re: Question about Signature


--On Thursday, September 19, 2002 9:14 AM +0800 Michael Mi <ha...@sun.com> 
wrote:

> I have a question about Apache XML signature package.
>
> When I use the sample program: CreateSignature.java, to create signature
> on some file, it seems that when the file size is bigger than 4.5M, the
> program will end in memory exhausted.
> Is this a real problem in this implementation? Or is it a problem of Java
> itself? If I want to improve this point, what can I do?
> Thanks.

Hi Michael,

did you check this using the 1.0.5D2 version? I improved the memory 
footprint dramatically in this version.

(In prior versions, the Reference class cached the de-referenced input node 
set and the input node set which had been signed).

Christian