A
A.User
I am trying to allocate large byte array (~32meg) and I keep getting "out of
memory errors"
I tested C# app on PC and of course it works fine.
When trying to run on CE.Net 4.1 emulator it chokes(out of memory).
Even when I set the the memory for the emulator to
256M (PC has 1Geg memory) Control Panel->system-> memory only shows ~25M
available????
Changing memory setting to 256/128 or 64M all show avalable memory at ~25M
in control panel.
On my actual targeted device (Xscale) I have 128M ram and Control
Panel->system->memory does show
~54Meg available for apps.... but I still get out of memory errors.
If I cut byte array allocation back to arround 18M it works and memory
status shows it being consumed
and released when app closes.
Is there some other internal limit I am hitting???
memory errors"
I tested C# app on PC and of course it works fine.
When trying to run on CE.Net 4.1 emulator it chokes(out of memory).
Even when I set the the memory for the emulator to
256M (PC has 1Geg memory) Control Panel->system-> memory only shows ~25M
available????
Changing memory setting to 256/128 or 64M all show avalable memory at ~25M
in control panel.
On my actual targeted device (Xscale) I have 128M ram and Control
Panel->system->memory does show
~54Meg available for apps.... but I still get out of memory errors.
If I cut byte array allocation back to arround 18M it works and memory
status shows it being consumed
and released when app closes.
Is there some other internal limit I am hitting???