I remember seeing the memory (RAM) requirements for various data
objects, but I can't seem to find it.
Does anyone know the memory requirements for each SqlCeResultset
object created? I may need to have several of them open throughout
the application's life cycle, but don't want to tax the memory too
much. Would having around 10 to 15 open simultaneously be considered
too many for mobile devices (WM 5)?
Thanks.
- Jin
Jin - 31 Oct 2007 00:01 GMT
> I remember seeing the memory (RAM) requirements for various data
> objects, but I can't seem to find it.
[quoted text clipped - 8 lines]
>
> - Jin
After doing some testing, it appears that each instance of
SqlCeResultset reduces memory by around 150 KB. That would imply that
having 10 open simultaneously requires around 1.5 MB, which isn't bad,
but still could matter if memory is tight.
- Jin