Re: Running Out of Memory
Re: Running Out of Memory
- Subject: Re: Running Out of Memory
- From: Chuck Hill <email@hidden>
- Date: Mon, 14 Jun 2004 18:04:07 -0700
Yes, it will be in the page cache until it gets pushed off the end.
Set the reference to null in the component too.
Chuck
On Jun 14, 2004, at 5:54 PM, Robert Walker wrote:
Greg,
What about the page cache. I've often wondered this myself. If the
page is sitting in the WO page cache does it keep references to it's
instance variables?
Just a thought. I could be totally off base here. Maybe others on
the list can give a more definite answer.
On Jun 14, 2004, at 8:43 PM, Greg Hulands wrote:
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.
--
Robert Walker
www.robertwalker1.com
"There are 10 kinds of people in the world. Those who think binary
and those who don't."
_______________________________________________
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.
_______________________________________________
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.