PDA

View Full Version : Memory usage.


mbh
07-19-2004, 09:58 AM
While running our laszlo application, the size of the browser process gradually increases. There are sharp increases (~2-5 MB) when we post and reload a dataset, and for the most part this memory is never released. As the process grows performance suffers, and eventually we must reload the laszlo application.

I know that failing to destroy pointers can cause memory leaks, so I have found all the usages of LzDataset.getPointer() and LzPointer.dupePointer() and balanced them with calls to destroy().

My question is: are there any other objects that (like pointers) must be explicitly destroyed in order to release their resources?

Thanks,
Brent