Running Out of Memory
Running Out of Memory
- Subject: Running Out of Memory
- From: Greg Hulands <email@hidden>
- Date: Tue, 15 Jun 2004 10:43:10 +1000
Hi,
In my wo app I have to upload images that are around 13 MB, after I
have written them to the file system, I set the reference of the image
data to null. It would seem that the memory mustn't been released. Are
there any tools to which I can track down why this is happening? I also
tried after setting to null forcing the runtime to do garbage
collection. It would seem something is keeping a reference to the data,
but I know I have set it to null in the EO after it has written to
disk. The only other place is in the component, but once the component
is finished and looses scope, it should release it there as well.
I tried increasing the memory for the jvm, but this only delayed the
out of memory error.
Any help is greatly appreciated.
Regards,
Greg
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.