On Mar 7, 8:15 pm, curtm <[email protected]> wrote:
> I left the page open overnight and Firefox
> bloated to 500MB.

That's not too bad. ;-)
When I am developing and reloading a page often, FF2 grows beyond that
size in less than an hour. (I have 1GB physical RAM).

Also, keep in mind that when using delete on an array element, the
length of the array doesn't change, so I don't think that memory is
freed.
You might want to try using array.splice() to remove the object from
the array and then nullify the removed object, so that the array
doesn't keep on growing.

I would say it is a pure javascript or a Firefox issue, and not a
Google Maps API issue.

--
Marcelo - http://maps.forum.nu
--



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to